fusenapi/server/render/internal/config/config.go
laodaming 315ad19dd4 fix
2023-08-07 11:44:54 +08:00

14 lines
217 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
SourceRabbitMq string
}