fusenapi/server/webset/internal/config/config.go
2023-06-21 18:59:27 +08:00

14 lines
189 B
Go

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