package
Version:
v0.0.68
Opens a new window with list of versions in this module.
Published: Apr 6, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type City struct {
City struct {
Names map[string]string `maxminddb:"names"`
} `maxminddb:"city"`
Subdivisions []struct {
Names map[string]string `maxminddb:"names"`
} `maxminddb:"subdivisions"`
Country struct {
Names map[string]string `maxminddb:"names"`
} `maxminddb:"country"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.