Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct { sync.RWMutex CSVSize int64 BufferSize int64 // contains filtered or unexported fields }
type Loc ¶
type Properties ¶
type Properties string
const ( Code Properties = "Code" // Two-character country code based on ISO 3166. Country Properties = "Country" // Country name based on ISO 3166. Region Properties = "Region" // Region or state name. City Properties = "City" // City name. Latitude Properties = "Latitude" // City latitude. Default to capital city latitude if city is unknown. Longitude Properties = "Longitude" // City longitude. Default to capital city longitude if city is unknown. ZipCode Properties = "ZipCode" // ZIP/Postal code. TimeZone Properties = "TimeZone" // UTC time zone (with DST supported). )
Click to show internal directories.
Click to hide internal directories.