fusenapi/product/internal/config/config.go

9 lines
117 B
Go
Raw Normal View History

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