Discover Packages
github.com/romko11l/mmdbwriter
mmdbtype
package
Version:
v0.0.0-...-4f175ec
Opens a new window with list of versions in this module.
Published: Jul 27, 2022
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package mmdbtype provides types used within the MaxMind DB format.
Bool is the MaxMind DB boolean type.
WriteTo writes the value to w.
Bytes is the MaxMind DB bytes type.
WriteTo writes the value to w.
DataType represents a MaxMind DB data type.
Float32 is the MaxMind DB float type.
WriteTo writes the value to w.
Float64 is the MaxMind DB double type.
WriteTo writes the value to w.
Int32 is the MaxMind DB signed 32-bit integer type.
WriteTo writes the value to w.
Map is the MaxMind DB map type.
Copy makes a deep copy of the Map.
WriteTo writes the value to w.
Pointer is the MaxMind DB pointer type for internal use in the writer. You
should not use this type in data structures that you pass to methods on
mmdbwriter.Tree. Doing so may result in a corrupt database.
WriteTo writes the value to w.
WrittenSize is the actual total size of the pointer in the
database data section.
Slice is the MaxMind DB array type.
Copy makes a deep copy of the Slice.
WriteTo writes the value to w.
String is the MaxMind DB string type.
WriteTo writes the value to w.
Uint128 is the MaxMind DB unsigned 128-bit integer type.
Copy make a deep copy of the Uint128.
WriteTo writes the value to w.
Uint16 is the MaxMind DB unsigned 16-bit integer type.
WriteTo writes the value to w.
Uint32 is the MaxMind DB unsigned 32-bit integer type.
WriteTo writes the value to w.
Uint64 is the MaxMind DB unsigned 64-bit integer type.
WriteTo writes the value to w.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.