fusenapi/server/orders/internal/config/config.go
laodaming 57dd04ea27 1
2023-06-15 15:10:22 +08:00

13 lines
188 B
Go

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