fusenapi/server/product-model/internal/config/config.go
laodaming d876884397 fix
2023-06-25 17:11:42 +08:00

13 lines
195 B
Go

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