Documentation ¶
Index ¶
- type Mapping
- type Metadata
- func (md *Metadata) AddMetadata(mdType string, mdKey string, value [32]byte)
- func (md *Metadata) ListKeys(mdType string) []string
- func (md *Metadata) ListValues(mdType string, mdKey string) [][32]byte
- func (md *Metadata) LookupKeyForValue(mdType string, value [32]byte) (string, bool)
- func (md *Metadata) Serialize() ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct { Checksums map[[32]byte]uint32 Strings map[string]uint32 Mappings map[uint32]*Mapping // contains filtered or unexported fields }
func NewFromBytes ¶
func (*Metadata) AddMetadata ¶
md
func (*Metadata) ListValues ¶
func (*Metadata) LookupKeyForValue ¶
Click to show internal directories.
Click to hide internal directories.