fusenapi/product/internal/config/config.go
laodaming 3d492ff720 fix
2023-06-07 11:35:04 +08:00

13 lines
180 B
Go

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