package
1.1.0-rc.1
Repository: https://github.com/soopsio/cockroach.git
Documentation: pkg.go.dev

# Functions

Clone uses proto.Clone to return a deep copy of pb.
Marshal uses proto.Marshal to encode pb into the wire format.

# Variables

Interceptor will be called with every proto before it is marshalled.

# Structs

ProtoPb is a gwruntime.Marshaler that uses github.com/gogo/protobuf/proto.

# Type aliases

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