# Functions
GetDeviceWithOrderedMap returns a Device object with a populated ordered map field.
GetDeviceWithOrderedMap returns a Device object with a ordered map field populated with different values.
GetOrderedMap returns a populated ordered map with dummy values.
GetOrderedMap2 returns a populated ordered map with different dummy values.
GetOrderedMultikeyedMap 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.
# Structs
Ctestschema_OrderedLists represents the /ctestschema/ordered-lists YANG schema element.
Ctestschema_OrderedLists_OrderedList represents the /ctestschema/ordered-lists/ordered-list YANG schema element.
Ctestschema_OrderedLists_OrderedList_Config represents the /ctestschema/ordered-lists/ordered-list/config YANG schema element.
Ctestschema_OrderedLists_OrderedList_OrderedLists represents the /ctestschema/ordered-lists/ordered-list/ordered-lists YANG schema element.
Ctestschema_OrderedLists_OrderedList_OrderedLists_OrderedList represents the /ctestschema/ordered-lists/ordered-list/ordered-lists/ordered-list YANG schema element.
Ctestschema_OrderedLists_OrderedList_OrderedLists_OrderedList_Config represents the /ctestschema/ordered-lists/ordered-list/ordered-lists/ordered-list/config YANG schema element.
Ctestschema_OrderedLists_OrderedList_OrderedLists_OrderedList_OrderedMap is an ordered map that represents the "ordered-by user" list elements at /ctestschema/ordered-lists/ordered-list/ordered-lists/ordered-list.
Ctestschema_OrderedLists_OrderedList_OrderedLists_OrderedList_State represents the /ctestschema/ordered-lists/ordered-list/ordered-lists/ordered-list/state YANG schema element.
Ctestschema_OrderedLists_OrderedList_OrderedMap is an ordered map that represents the "ordered-by user" list elements at /ctestschema/ordered-lists/ordered-list.
Ctestschema_OrderedLists_OrderedList_State represents the /ctestschema/ordered-lists/ordered-list/state YANG schema element.
Ctestschema_OtherData represents the /ctestschema/other-data YANG schema element.
Ctestschema_OtherData_Config represents the /ctestschema/other-data/config YANG schema element.
Ctestschema_OtherData_State represents the /ctestschema/other-data/state YANG schema element.
Ctestschema_UnorderedLists represents the /ctestschema/unordered-lists YANG schema element.
Ctestschema_UnorderedLists_UnorderedList represents the /ctestschema/unordered-lists/unordered-list YANG schema element.
Ctestschema_UnorderedLists_UnorderedList_Config represents the /ctestschema/unordered-lists/unordered-list/config YANG schema element.
Ctestschema_UnorderedLists_UnorderedList_State represents the /ctestschema/unordered-lists/unordered-list/state YANG schema element.
CtestschemaRootmod_OrderedMultikeyedLists represents the /ctestschema-rootmod/ordered-multikeyed-lists YANG schema element.
CtestschemaRootmod_OrderedMultikeyedLists_OrderedMultikeyedList represents the /ctestschema-rootmod/ordered-multikeyed-lists/ordered-multikeyed-list YANG schema element.
CtestschemaRootmod_OrderedMultikeyedLists_OrderedMultikeyedList_Config represents the /ctestschema-rootmod/ordered-multikeyed-lists/ordered-multikeyed-list/config YANG schema element.
CtestschemaRootmod_OrderedMultikeyedLists_OrderedMultikeyedList_Key represents the key for list OrderedMultikeyedList of element /ctestschema-rootmod/ordered-multikeyed-lists.
CtestschemaRootmod_OrderedMultikeyedLists_OrderedMultikeyedList_OrderedMap is an ordered map that represents the "ordered-by user" list elements at /ctestschema-rootmod/ordered-multikeyed-lists/ordered-multikeyed-list.
CtestschemaRootmod_OrderedMultikeyedLists_OrderedMultikeyedList_State represents the /ctestschema-rootmod/ordered-multikeyed-lists/ordered-multikeyed-list/state YANG schema element.
Device represents the /device YANG schema element.
Refschema_Ref represents the /refschema/ref YANG schema element.
Refschema_Ref_Reference represents the /refschema/ref/reference YANG schema element.
UnionUnsupported is an interface{} wrapper type for unsupported types.
Utestschema_Target represents the /utestschema/target YANG schema element.
Utestschema_Target_Entity represents the /utestschema/target/entity 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.