This commit is contained in:
laodaming
2023-08-07 11:44:54 +08:00
parent 36efad44df
commit 315ad19dd4
8 changed files with 37 additions and 14 deletions

View File

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