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

8 lines
74 B
Go
Raw Normal View History

2020-07-29 17:11:41 +08:00
package config
2020-07-31 11:14:48 +08:00
import "zero/rest"
2020-07-29 17:11:41 +08:00
type Config struct {
2020-07-31 11:45:16 +08:00
rest.RestConf
2020-07-29 17:11:41 +08:00
}