Documentation ¶
Overview ¶
Package integration creates a launcher to track logs from integrations
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 checks for launcher integrations, creates files for integrations to write logs to, then creates file sources for the file launcher to tail
func NewLauncher ¶
func NewLauncher(fs afero.Fs, sources *sources.LogSources, integrationsLogsComp integrations.Component) *Launcher
NewLauncher creates and returns an integrations launcher, and creates the path for integrations files to run in
Click to show internal directories.
Click to hide internal directories.