fusenapi/server/inventory/internal/config/config.go
laodaming 3a2fb3bc5d fix
2023-06-27 14:28:52 +08:00

13 lines
191 B
Go

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