Documentation ¶
Index ¶
Constants ¶
View Source
const Name string = "proto"
Name .. By default, gRPC registers and uses the "proto" codec, so it is not necessary to do this in your own code to send and receive proto messages. https://github.com/grpc/grpc-go/blob/master/Documentation/encoding.md#using-a-codec
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Codec ¶
type RawMessage ¶
type RawMessage []byte
func (RawMessage) ProtoMessage ¶
func (RawMessage) ProtoMessage()
func (RawMessage) Reset ¶
func (r RawMessage) Reset()
func (RawMessage) String ¶
func (RawMessage) String() string
Click to show internal directories.
Click to hide internal directories.