Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into feature/auth

This commit is contained in:
2023-07-30 15:54:34 +08:00
12 changed files with 170 additions and 14 deletions

View File

@@ -8,6 +8,7 @@ import (
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
SourceMysql string
Auth types.Auth
SourceRabbitMq string
}