Documentation
¶
Index ¶
Constants ¶
View Source
const ( ShortName = "linode" FullName = "Linode" HostType = "hosting" SourceURL = "-" DownloadURL = "https://geoip.linode.com/" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Record ¶
type Record struct { Prefix netip.Prefix PrefixText string `csv:"ip_prefix,omitempty"` Alpha2Code string `csv:"alpha2code,omitempty"` Region string `csv:"region,omitempty"` City string `csv:"city,omitempty"` PostalCode string `csv:"postal_code,omitempty"` }
prefix, alpha2code, region, city, postal_code
Click to show internal directories.
Click to hide internal directories.