package maxminddb
import "github.com/oschwald/maxminddb-golang"
Index ¶
Types ¶
type Metadata ¶
type Metadata struct { BinaryFormatMajorVersion uint `maxminddb:"binary_format_major_version"` BinaryFormatMinorVersion uint `maxminddb:"binary_format_minor_version"` BuildEpoch uint `maxminddb:"build_epoch"` DatabaseType string `maxminddb:"database_type"` Description map[string]string `maxminddb:"description"` IPVersion uint `maxminddb:"ip_version"` Languages []string `maxminddb:"languages"` NodeCount uint `maxminddb:"node_count"` RecordSize uint `maxminddb:"record_size"` }
type Reader ¶
type Reader struct { Metadata Metadata // contains filtered or unexported fields }
func FromBytes ¶
func Open ¶
func (*Reader) Close ¶
func (r *Reader) Close()
func (*Reader) Lookup ¶
Source Files ¶
- Version
- v0.1.0
- Published
- May 6, 2014
- Platform
- windows/amd64
- Imports
- 9 packages
- Last checked
- now –
Tools for package owners.