fusenapi/home-user-auth/internal/config/config.go
2023-06-01 12:15:36 +08:00

9 lines
117 B
Go

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