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"` }
type Service ¶
func (*Service) GetAll ¶
func (service *Service) GetAll() ([]DatacenterVIPS, error)
func (*Service) SearchByDatacenters ¶
func (service *Service) SearchByDatacenters(params common.DatacenterSearchParameters) ([]DatacenterVIPS, error)
Click to show internal directories.
Click to hide internal directories.