Files
go-zero/tools/goctl/api/demo/config/config.go

8 lines
72 B
Go
Raw Normal View History

2020-07-29 17:11:41 +08:00
package config
2020-07-31 17:03:19 +08:00
import "zero/ngin"
2020-07-29 17:11:41 +08:00
type Config struct {
2020-07-31 17:03:19 +08:00
ngin.NgConf
2020-07-29 17:11:41 +08:00
}