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
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.
Click to show internal directories.
Click to hide internal directories.