mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 18:00:00 +08:00
goctl added
This commit is contained in:
10
tools/goctl/update/config/config.go
Normal file
10
tools/goctl/update/config/config.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
import "zero/core/logx"
|
||||
|
||||
type Config struct {
|
||||
logx.LogConf
|
||||
ListenOn string
|
||||
FileDir string
|
||||
FilePath string
|
||||
}
|
||||
Reference in New Issue
Block a user