Files
go-zero/tools/goctl/update/config/config.go
2020-07-29 17:12:04 +08:00

11 lines
129 B
Go

package config
import "zero/core/logx"
type Config struct {
logx.LogConf
ListenOn string
FileDir string
FilePath string
}