This commit is contained in:
eson
2023-06-21 18:59:27 +08:00
parent 28cc8a19ba
commit d987601afd
14 changed files with 152 additions and 63 deletions

View File

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