fusenapi/server/data-transfer/internal/config/config.go
laodaming a9e0f6b98e fix
2023-06-08 11:03:20 +08:00

13 lines
203 B
Go

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
}