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 *logsconfig.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.
func NewTailer ¶
func NewTailer(source *logsconfig.LogSource, inputChan chan *logsconfig.ChannelMessage, outputChan chan *message.Message) *Tailer
NewTailer returns a new Tailer
Click to show internal directories.
Click to hide internal directories.