Documentation
¶
Overview ¶
Package mmdb provides MMDB database reading and data extraction functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeSegments ¶
NormalizeSegments normalizes path segments by converting int64 to int and validating types. Use this once during initialization and cache the result to avoid repeated allocations.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader wraps a maxminddb.Reader with additional functionality.
type Readers ¶
type Readers struct {
// contains filtered or unexported fields
}
Readers manages multiple MMDB database readers.
func OpenDatabases ¶
OpenDatabases opens multiple MMDB databases.
Click to show internal directories.
Click to hide internal directories.