channel

package
v0.0.2-0...-4ce78c8 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2021 License: Apache-2.0, Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Launcher

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

Launcher starts a channel reader on the given channel of string.

func NewLauncher

func NewLauncher(sources *config.LogSources, pipelineProvider pipeline.Provider) *Launcher

NewLauncher returns an initialized Launcher

func (*Launcher) Start

func (l *Launcher) Start()

Start starts the launcher.

func (*Launcher) Stop

func (l *Launcher) Stop()

Stop waits for any running tailer to be flushed.

type Tailer

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

Tailer consumes and processes a channel of strings, and sends them to a stream of log messages.

func NewTailer

func NewTailer(source *config.LogSource, inputChan chan aws.LogMessage, outputChan chan *message.Message) *Tailer

NewTailer returns a new Tailer

func (*Tailer) Start

func (t *Tailer) Start()

Start starts the tailer.

func (*Tailer) WaitFlush

func (t *Tailer) WaitFlush()

WaitFlush waits for all items in the input channel to be processed.

Jump to

Keyboard shortcuts

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