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

# Variables

# Structs

BoolValue is used to store a value which is a boolean, particularly the YANG bool and empty types.
BytesValue is used to store a value which is a byte array, particularly the YANG binary type.
Decimal64Value is used to store a value which is a decimal64, split into a digits field, and a precision field.
IntValue stores a value which a signed integer, particularly the YANG int8, int16, int32, and int64 types.
StringValue stores a value which is a string, particularly the YANG string type.
UintVal is used to store a value which an unsigned integer, particularly the YANG uint8, uint16, uint32 and uint64 types.