fusenapi/product/internal/config/config.go
2023-06-01 15:32:28 +08:00

9 lines
117 B
Go

package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
DataSource string
}