Documentation
¶
Overview ¶
Package file implements a launcher that responds to file sources by starting tailers for the indicated files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module fx.Option = fx.Module( "comp/logs/launchers/file", fx.Provide(newLauncher), )
Module defines the fx options for this component.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface { // Launcher includes the common Launcher methods here launchermgr.Launcher }
Component is the component type.
Click to show internal directories.
Click to hide internal directories.