import "41.neocities.org/platform/nord"
type Server struct { Hostname string Locations []struct { Country struct { City struct { DnsName string `json:"dns_name"` } Code string } } Status string Technologies []struct { Identifier string } }
limit <= -1 for default limit == 0 for all
type ServerLoads []*ServerLoad
func GetServerLoads(servers []Server) ServerLoads
func (s ServerLoads) Country(code string) string
func (s ServerLoads) Marshal() ([]byte, error)
func (s *ServerLoads) Unmarshal(data []byte) error