fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user