package
1.0.0
Repository: https://github.com/maxmind/mmdbwriter.git
Documentation: pkg.go.dev

# Interfaces

DataType represents a MaxMind DB data type.

# Type aliases

Bool is the MaxMind DB boolean type.
Bytes is the MaxMind DB bytes type.
Float32 is the MaxMind DB float type.
Float64 is the MaxMind DB double type.
Int32 is the MaxMind DB signed 32-bit integer type.
Map is the MaxMind DB map type.
Pointer is the MaxMind DB pointer type for internal use in the writer.
Slice is the MaxMind DB array type.
String is the MaxMind DB string type.
Uint128 is the MaxMind DB unsigned 128-bit integer type.
Uint16 is the MaxMind DB unsigned 16-bit integer type.
Uint32 is the MaxMind DB unsigned 32-bit integer type.
Uint64 is the MaxMind DB unsigned 64-bit integer type.