fusenapi/server/render/internal/config/config.go
2023-07-24 10:27:06 +08:00

14 lines
189 B
Go

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