fusenapi/server/product/internal/config/config.go
laodaming bbb1a845ad fix
2023-06-19 12:23:02 +08:00

13 lines
189 B
Go

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