go-zero/tools/goctl/update/config/config.go

11 lines
152 B
Go
Raw Normal View History

2020-07-29 17:11:41 +08:00
package config
2020-08-08 16:40:10 +08:00
import "github.com/tal-tech/go-zero/core/logx"
2020-07-29 17:11:41 +08:00
type Config struct {
logx.LogConf
ListenOn string
FileDir string
FilePath string
}