filter

package
v1.0.10 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
}

type Filter

type Filter struct {
	InChan  chan *message2.Message
	OutChan chan *message2.Message
	Options *Options
	// contains filtered or unexported fields
}

func New

func New(opts ...Option) (filter *Filter, err error)

func (*Filter) Context

func (f *Filter) Context() context.Context

func (*Filter) Run

func (f *Filter) Run(ctx context.Context) (err error)

type Option

type Option func(options *Options)

func WithPipe

func WithPipe(p *pipeline2.Pipeline) Option

type Options

type Options struct {
	Pipe *pipeline2.Pipeline
}

Jump to

Keyboard shortcuts

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