service/apollostruct/zone_vip.go

6 lines
91 B
Go
Raw Normal View History

2024-05-06 20:17:52 +08:00
package apollostruct
type ZoneVIPConfig struct {
WhiteMids []int64 `json:"white_mids"`
}