package
1.7.2
Repository: https://github.com/phpstudyer/protoreflect.git
Documentation: pkg.go.dev

# Functions

NewBuffer creates a new buffer with the given slice of bytes as the buffer's initial contents.

# Variables

ErrBadWireType is returned when decoding a wire-type from a buffer that is not valid.
ErrOverflow is returned when an integer is too large to be represented.

# Structs

Buffer is a reader and a writer that wraps a slice of bytes and also provides API for decoding and encoding the protobuf binary format.