MMDB2 Decoder v1.0.1 MMDB2Decoder.Metadata View Source
Metadata struct.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %MMDB2Decoder.Metadata{
binary_format_major_version: non_neg_integer(),
binary_format_minor_version: non_neg_integer(),
build_epoch: non_neg_integer(),
database_type: String.t(),
description: map(),
ip_version: non_neg_integer(),
languages: list(),
node_byte_size: non_neg_integer(),
node_count: non_neg_integer(),
record_size: non_neg_integer(),
tree_size: non_neg_integer()
}
t() :: %MMDB2Decoder.Metadata{ binary_format_major_version: non_neg_integer(), binary_format_minor_version: non_neg_integer(), build_epoch: non_neg_integer(), database_type: String.t(), description: map(), ip_version: non_neg_integer(), languages: list(), node_byte_size: non_neg_integer(), node_count: non_neg_integer(), record_size: non_neg_integer(), tree_size: non_neg_integer() }