Files
go-zero/tools/goctl/api/demo/config/config.go
2020-07-31 11:45:16 +08:00

8 lines
74 B
Go

package config
import "zero/rest"
type Config struct {
rest.RestConf
}