compressor

package
v1.15.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func Register

func Register(ctx context.Context) []grpc.ServerOption

Register registers a new compressor plugin for grpc server.

Types

type Compressor

type Compressor struct {
	// contains filtered or unexported fields
}

Compressor represents compressor plugin for grpc server.

func NewCompressor

func NewCompressor() *Compressor

NewCompressor returns a new compressor plugin with default options.

func NewCompressorWithConfigPath

func NewCompressorWithConfigPath(path string) (*Compressor, error)

NewCompressorWithConfigPath returns a new compressor plugin with options from config path.

func NewCompressorWithOptions

func NewCompressorWithOptions(options *Options) *Compressor

NewCompressorWithOptions returns a new compressor plugin with options.

func (*Compressor) Register

func (i *Compressor) Register(ctx context.Context) []grpc.ServerOption

Register registers this compressor plugin for grpc server.

type Options

type Options struct {
	Level int
}

Options compressor plugin for grpc server options.

func NewOptions

func NewOptions() (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

NewOptionsWithPath unmarshals a given key path into options and returns it.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL