Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Compressor ¶
type Compressor struct {
// contains filtered or unexported fields
}
func NewCompressor ¶
func NewCompressor() *Compressor
func NewCompressorWithConfigPath ¶
func NewCompressorWithConfigPath(path string) (*Compressor, error)
func NewCompressorWithOptions ¶
func NewCompressorWithOptions(options *Options) *Compressor
func (*Compressor) Register ¶
func (i *Compressor) Register(ctx context.Context) []grpc.ServerOption
Click to show internal directories.
Click to hide internal directories.