9 lines
117 B
Go
Raw Normal View History

2023-05-31 18:33:02 +08:00
package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
2023-06-01 12:15:36 +08:00
DataSource string
2023-05-31 18:33:02 +08:00
}