fusenapi/data-transfer/internal/config/config.go
laodaming cef191a6e4 fix
2023-06-07 19:47:45 +08:00

13 lines
188 B
Go

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