This commit is contained in:
laodaming
2023-06-09 12:07:54 +08:00
parent 78e5b2cc59
commit 2a18f0c21a
19 changed files with 573 additions and 16 deletions

View File

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