validate auth from old app and fill auth info
This commit is contained in:
No files matched your search
@@ -1,9 +1,9 @@
|
||||
package synccfg
|
||||
|
||||
var O PartnerCfg = PartnerCfg{} // old
|
||||
var O SyncPartnerCfg = SyncPartnerCfg{} // old
|
||||
|
||||
// Used by sync itself, so any partner should be stated here
|
||||
type PartnerCfg struct {
|
||||
type SyncPartnerCfg struct {
|
||||
OldSource string `yaml:"oldSource"`
|
||||
OldSecretKey string `yaml:"oldSecretKey"`
|
||||
OldHost string `yaml:"oldHost"`
|
||||
|
||||
Reference in New Issue
Block a user