package synccfg var O SyncUrlCfg = SyncUrlCfg{} type SyncUrlCfg struct { Target string `yaml:"target"` Host string `yaml:"host"` }