output

package
v1.0.13 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(options *Options)

Option is a function for configure Options

func OptionOutput

func OptionOutput(val *pipeline.Output) Option

OptionOutput sets Output

type Options

type Options struct {
	Output *pipeline.Output
}

Options for configure output

type Output

type Output struct {
	InChan  chan *message2.Message
	Sender  sender2.Sender
	Options *Options
	// contains filtered or unexported fields
}

Output handle message output depends pipeline config, send message to stdout、kafka, etc.

func New

func New(opts ...Option) (out *Output, err error)

New return a Output object

func (*Output) Context

func (o *Output) Context() context.Context

Context return Output's context

func (*Output) Run

func (o *Output) Run(ctx context.Context) (err error)

Run start Output to send message

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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