go-zero/tools/goctl/update/config/config.go
2020-08-08 16:40:10 +08:00

11 lines
152 B
Go

package config
import "github.com/tal-tech/go-zero/core/logx"
type Config struct {
logx.LogConf
ListenOn string
FileDir string
FilePath string
}