solve conflict
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
package synccfg
|
package synccfg
|
||||||
|
|
||||||
var O SyncUrlCfg = SyncUrlCfg{} // new
|
var O SyncConsumerUrlCfg = SyncConsumerUrlCfg{} // new
|
||||||
|
|
||||||
type SyncUrlCfg struct {
|
type SyncConsumerUrlCfg struct {
|
||||||
Prefix string `yaml:"prefix"`
|
Prefix string `yaml:"prefix"`
|
||||||
TargetHost string `yaml:"targetHost"`
|
TargetHost string `yaml:"targetHost"`
|
||||||
Enable bool `yaml:"enable"`
|
Enable bool `yaml:"enable"`
|
||||||
|
|||||||
Reference in New Issue
Block a user