package
0.29.22
Repository: https://github.com/openconfig/ygot.git
Documentation: pkg.go.dev

# Functions

GetNestedOrderedMap returns a populated nested ordered map with dummy values.
GetOrderedMap returns a populated ordered map with dummy values.
GetOrderedMap2 returns a populated ordered map with different dummy values.
GetOrderedMapLonger returns a populated ordered map with more dummy values.
GetOrderedMapMultikeyed returns a populated multi-keyed ordered map with dummy values.
Schema returns the details of the generated schema.
Unmarshal unmarshals data, which must be RFC7951 JSON format, into destStruct, which must be non-nil and the correct GoStruct type.
UnzipSchema unzips the zipped schema and returns a map of yang.Entry nodes, keyed by the name of the struct that the yang.Entry describes the schema for.

# Variables

# Structs

Device represents the /device YANG schema element.
MapStructTestOne is the base struct used for the simple-schema test.
MapStructTestOneChild is a child structure of the MapStructTestOne test case.
OrderedList represents the /ctestschema/ordered-lists/ordered-list YANG schema element.
OrderedList_OrderedList represents the /ctestschema/ordered-lists/ordered-list/ordered-lists/ordered-list YANG schema element.
OrderedList_OrderedList_OrderedMap is an ordered map that represents the "ordered-by user" list elements at /ctestschema/ordered-lists/ordered-list/ordered-lists/ordered-list.
OrderedList_OrderedMap is an ordered map that represents the "ordered-by user" list elements at /ctestschema/ordered-lists/ordered-list.
OrderedMultikeyedList represents the /ctestschema-rootmod/ordered-multikeyed-lists/ordered-multikeyed-list YANG schema element.
OrderedMultikeyedList_Key represents the key for list OrderedMultikeyedList of element /device.
OrderedMultikeyedList_OrderedMap is an ordered map that represents the "ordered-by user" list elements at /ctestschema-rootmod/ordered-multikeyed-lists/ordered-multikeyed-list.
OtherData represents the /ctestschema/other-data YANG schema element.
UnionUnsupported is an interface{} wrapper type for unsupported types.
UnorderedList represents the /ctestschema/unordered-lists/unordered-list YANG schema element.

# Type aliases

Binary is a type that is used for fields that have a YANG type of binary.
UnionBool is a bool type assignable to unions of which it is a subtype.
UnionFloat64 is a float64 type assignable to unions of which it is a subtype.
UnionInt16 is an int16 type assignable to unions of which it is a subtype.
UnionInt32 is an int32 type assignable to unions of which it is a subtype.
UnionInt64 is an int64 type assignable to unions of which it is a subtype.
UnionInt8 is an int8 type assignable to unions of which it is a subtype.
UnionString is a string type assignable to unions of which it is a subtype.
UnionUint16 is a uint16 type assignable to unions of which it is a subtype.
UnionUint32 is a uint32 type assignable to unions of which it is a subtype.
UnionUint64 is a uint64 type assignable to unions of which it is a subtype.
UnionUint8 is a uint8 type assignable to unions of which it is a subtype.
YANGEmpty is a type that is used for fields that have a YANG type of empty.