11 lines
113 B
Go
11 lines
113 B
Go
package model
|
|
|
|
type GenTool struct {
|
|
ClientDir string
|
|
InputDir string
|
|
OutputDir string
|
|
GenType int32
|
|
|
|
|
|
}
|