package
22.1.0-beta.3.x+incompatible
Repository: https://github.com/cockroachdb/cockroachdb-parser.git
Documentation: pkg.go.dev

# Functions

Clone uses proto.Clone to return a deep copy of pb.
Marshal encodes pb into the wire format.
MarshalTo encodes pb into the wire format.
MarshalToSizedBuffer encodes pb into the wire format.
RegisterUnclonableType registers a type as not being allowed for cloning.
Unmarshal parses the protocol buffer representation in buf and places the decoded result in pb.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
Interceptor will be called with every proto before it is marshaled.

# Structs

ProtoPb is a gwruntime.Marshaler that uses github.com/gogo/protobuf/proto.
No description provided by the author

# Interfaces

Message extends the proto.Message interface with the MarshalTo and Size methods we tell gogoproto to generate for us.

# Type aliases

JSONPb is a gwruntime.Marshaler that uses github.com/gogo/protobuf/jsonpb.