google.golang.org/grpc.callInfo.codec (field)
10 uses
google.golang.org/grpc (current package)
rpc_util.go#L162: codec baseCodec
rpc_util.go#L421: c.codec = o.Codec
rpc_util.go#L443: c.codec = o.Codec
rpc_util.go#L801: if c.codec != nil {
rpc_util.go#L808: c.codec = encoding.GetCodec(proto.Name)
rpc_util.go#L813: c.codec = encoding.GetCodec(c.contentSubtype)
rpc_util.go#L814: if c.codec == nil {
stream.go#L247: ctx = newContextWithRPCInfo(ctx, c.failFast, c.codec, cp, comp)
stream.go#L269: codec: c.codec,
stream.go#L1087: codec: c.codec,
![]() |
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. |