solve conflict

This commit is contained in:
vanilia
2025-12-03 12:04:50 +07:00
parent b88f6dff39
commit 3b689e4723
4 changed files with 5 additions and 5 deletions

No files matched your search

+2 -2
View File
@@ -1,8 +1,8 @@
package synccfg
var O SyncConsumerUrlCfg = SyncConsumerUrlCfg{} // old
var O SyncUrlCfg = SyncUrlCfg{} // new
type SyncConsumerUrlCfg struct {
type SyncUrlCfg struct {
Prefix string `yaml:"prefix"`
TargetHost string `yaml:"targetHost"`
Enable bool `yaml:"enable"`