9 lines
117 B
Go
Raw Normal View History

2023-06-01 15:32:28 +08:00
package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
DataSource string
}