修复模板的问题

This commit is contained in:
eson
2023-07-21 10:28:17 +08:00
parent fd1a56c11a
commit 65d0663d28
17 changed files with 334 additions and 86 deletions

View File

@@ -0,0 +1,13 @@
package config
import (
"fusenapi/server/assistant/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
}