package data
type PingResult struct {
True []string `json:"true,omitempty"`
False []string `json:"false,omitempty"`
}