package serverconfigs type OriginRef struct { IsOn bool `yaml:"isOn" json:"isOn"` OriginId int64 `yaml:"originId" json:"originId"` }