This commit is contained in:
laodaming
2023-06-07 19:47:45 +08:00
parent dc73ff1679
commit cef191a6e4
15 changed files with 415 additions and 21 deletions

View File

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