This commit is contained in:
laodaming
2023-06-08 11:03:20 +08:00
parent e790be8c1a
commit a9e0f6b98e
18 changed files with 44 additions and 47 deletions

View File

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