# 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.