fusenapi/server/product/internal/config/config.go
laodaming a9e0f6b98e fix
2023-06-08 11:03:20 +08:00

13 lines
187 B
Go

package config
import (
"fusenapi/server/product/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf
DataSource string
Auth types.Auth
}