validate auth from old app and fill auth info
This commit is contained in:
No files matched your search
@@ -1,11 +1,12 @@
|
||||
package synccfg
|
||||
|
||||
var O SyncUrlCfg = SyncUrlCfg{} // old
|
||||
var O SyncUrlCfg = SyncUrlCfg{} // new
|
||||
|
||||
type SyncUrlCfg struct {
|
||||
Prefix string `yaml:"prefix"`
|
||||
TargetHost string `yaml:"targetHost"`
|
||||
Enable bool `yaml:"enable"`
|
||||
Source string `yaml:"source"`
|
||||
OldSource string `yaml:"oldSource"`
|
||||
NewSource string `yaml:"newSource"`
|
||||
SecretKey string `yaml:"secretKey"`
|
||||
}
|
||||
Reference in New Issue
Block a user