type google.golang.org/grpc/encoding.Codec
7 uses
google.golang.org/grpc/encoding (current package)
encoding.go#L78: type Codec interface {
encoding.go#L89: var registeredCodecs = make(map[string]Codec)
encoding.go#L105: func RegisterCodec(codec Codec) {
encoding.go#L120: func GetCodec(contentSubtype string) Codec {
google.golang.org/grpc
codec.go#L35: var _ baseCodec = encoding.Codec(nil)
rpc_util.go#L408: func ForceCodec(codec encoding.Codec) CallOption {
rpc_util.go#L417: Codec encoding.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. |