Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatacenterVIPS ¶
type DatacenterVIPS struct { Datacenter struct { Name string `json:"datacenter"` Latitude float64 `json:"latitude"` Longitude float64 `json:"longitude"` City string `json:"city"` CountryCode string `json:"countryCode"` Region string `json:"region"` } `json:"datacenter"` GreVIP []GreVIP `json:"greVips"` }
func SearchByDatacenters ¶ added in v2.61.0
func SearchByDatacenters(service *services.Service, params common.DatacenterSearchParameters) ([]DatacenterVIPS, error)
Click to show internal directories.
Click to hide internal directories.