Documentation ¶
Index ¶
Constants ¶
View Source
const Proto = "grpc"
View Source
const Snappy = "snappy"
Snappy is the name registered for the snappy Compressor.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type Compressor ¶
type Compressor struct { }
func (*Compressor) Compress ¶
func (c *Compressor) Compress(w io.Writer) (io.WriteCloser, error)
func (*Compressor) Decompress ¶
func (*Compressor) Name ¶
func (c *Compressor) Name() string
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
Request RPC Request
Click to show internal directories.
Click to hide internal directories.