MCPcopy Create free account
hub / github.com/oschwald/maxminddb-golang / Decoder

Struct Decoder

internal/decoder/decoder.go:13–18  ·  view source on GitHub ↗

Decoder allows decoding of a single value stored at a specific offset in the database.

Source from the content-addressed store, hash-verified

11// Decoder allows decoding of a single value stored at a specific offset
12// in the database.
13type Decoder struct {
14 d DataDecoder
15 offset uint
16 nextOffset uint
17 hasNextOffset bool
18}
19
20type decoderOptions struct {
21 // Intentionally empty for now. DecoderOption callbacks are still invoked so

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected