service/apollostruct/zone_vip.go

6 lines
91 B
Go

package apollostruct
type ZoneVIPConfig struct {
WhiteMids []int64 `json:"white_mids"`
}