type google.golang.org/grpc.Compressor
18 uses
google.golang.org/grpc (current package)
dialoptions.go#L48: cp Compressor
dialoptions.go#L179: func WithCompressor(cp Compressor) DialOption {
rpc_util.go#L49: type Compressor interface {
rpc_util.go#L63: func NewGZIPCompressor() Compressor {
rpc_util.go#L74: func NewGZIPCompressorWithLevel(level int) (Compressor, error) {
rpc_util.go#L552: func compress(in []byte, cp Compressor, compressor encoding.Compressor) ([]byte, error) {
rpc_util.go#L728: cp Compressor
rpc_util.go#L734: func newContextWithRPCInfo(ctx context.Context, failfast bool, codec baseCodec, cp Compressor, comp encoding.Compressor) context.Context {
server.go#L126: cp Compressor
server.go#L267: func RPCCompressor(cp Compressor) ServerOption {
server.go#L982: func (s *Server) sendResponse(t transport.ServerTransport, stream *transport.Stream, msg interface{}, cp Compressor, opts *transport.Options, comp encoding.Compressor) error {
server.go#L1125: var cp Compressor
stream.go#L216: var cp Compressor
stream.go#L398: cp Compressor
stream.go#L1060: var cp Compressor
stream.go#L1131: cp Compressor
stream.go#L1351: cp Compressor
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. |