type google.golang.org/grpc.baseCodec
14 uses
google.golang.org/grpc (current package)
codec.go#L29: type baseCodec interface {
codec.go#L34: var _ baseCodec = Codec(nil)
codec.go#L35: var _ baseCodec = encoding.Codec(nil)
rpc_util.go#L162: codec baseCodec
rpc_util.go#L534: func encode(c baseCodec, msg interface{}) ([]byte, error) {
rpc_util.go#L701: func recv(p *parser, c baseCodec, s *transport.Stream, dc Decompressor, m interface{}, maxReceiveMessageSize int, payInfo *payloadInfo, compressor encoding.Compressor) error {
rpc_util.go#L727: codec baseCodec
rpc_util.go#L734: func newContextWithRPCInfo(ctx context.Context, failfast bool, codec baseCodec, cp Compressor, comp encoding.Compressor) context.Context {
server.go#L125: codec baseCodec
server.go#L1682: func (s *Server) getCodec(contentSubtype string) baseCodec {
stream.go#L397: codec baseCodec
stream.go#L1130: codec baseCodec
stream.go#L1349: codec baseCodec
stream.go#L1535: func prepareMsg(m interface{}, codec baseCodec, cp Compressor, comp encoding.Compressor) (hdr, payload, data []byte, err error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |