type google.golang.org/grpc.Codec
6 uses
google.golang.org/grpc (current package)
codec.go#L34: var _ baseCodec = Codec(nil)
codec.go#L42: type Codec interface {
dialoptions.go#L170: func WithCodec(c Codec) DialOption {
rpc_util.go#L430: func CallCustomCodec(codec Codec) CallOption {
rpc_util.go#L439: Codec Codec
server.go#L253: func CustomCodec(codec Codec) ServerOption {
![]() |
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. |