Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidPointer = errors.New("invalid pointer") ErrDecodingBool = errors.New("error decoding boolean") ErrExceedingByteArrayLimit = errors.New("byte array length exceeds max value of uint32") ErrUnsupportedEnumTypeValue = errors.New("unsupported enum type value") ErrUnknownEnumTypeValue = errors.New("cannot find enum type value") ErrUnsupportedType = "unsupported type: %T" ErrReadingBytes = "error reading bytes: %w" ErrReadingByte = "error reading byte: %w" ErrDecodingUint = "error decoding uint: : %w" ErrEncodingMapFieldKeyType = "error encoding map field: unsupported map key type %v" ErrDecodingMapLength = "error decoding map length: %v" ErrDecodingMapKey = "error decoding map key: %v" ErrDecodingMapValue = "error decoding map value: %v" ErrEncodingStructField = "encoding struct field '%s': %w" ErrDecodingStructField = "decoding struct field '%s': %w" )
Functions ¶
Types ¶
type EncodeEnum ¶
Click to show internal directories.
Click to hide internal directories.