const google.golang.org/grpc/encoding/proto.Name
6 uses
google.golang.org/grpc/encoding/proto (current package)
proto.go#L33: const Name = "proto"
proto.go#L95: return Name
google.golang.org/grpc
rpc_util.go#L1057: c.codec = getCodec(proto.Name)
server.go#L2018: return getCodec(proto.Name)
server.go#L2022: logger.Warningf("Unsupported codec %q. Defaulting to %q for now. This will start to fail in future releases.", contentSubtype, proto.Name)
server.go#L2023: return getCodec(proto.Name)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)