dictionary

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerDefinition

type ContainerDefinition struct {
	Name          string
	Key           int
	SchemaVersion int
	ExtVersion    int
	Fields        []FieldDefinition
}

type Dictionary added in v0.6.4

type Dictionary struct {
	// contains filtered or unexported fields
}

func New added in v0.6.4

func New() *Dictionary

func (*Dictionary) Add added in v0.6.4

func (d *Dictionary) Add(def *ContainerDefinition)

func (*Dictionary) Lookup added in v0.7.0

func (d *Dictionary) Lookup(key, schemaVersion, extVersion int) (*ContainerDefinition, bool)

type FieldDefinition

type FieldDefinition struct {
	Number      int
	Name        string
	Type        field.Type
	IsMulti     bool
	IsContainer bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL