output

package
v2.0.0-...-73bef05 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2024 License: MIT Imports: 20 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 OptionMysqlMode

func OptionMysqlMode(mode pipeline.Mode) Option

OptionPipeMode sets mysql mode

func OptionOutput

func OptionOutput(val *pipeline.Output) Option

OptionOutput sets Output

func OptionPipeName

func OptionPipeName(name string) Option

OptionPipeName sets pipeline name

type Options

type Options struct {
	Output       *pipeline.Output
	PipelineName string
	MysqlMode    pipeline.Mode
}

Options for configure output

type Output

type Output struct {
	InChan  chan *message.Message
	Sender  sender.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) Closed

func (o *Output) Closed() chan struct{}

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