Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlareController ¶
type FlareController struct {
// contains filtered or unexported fields
}
FlareController is a type that contains information needed to insert into a flare from the logs agent.
func NewFlareController ¶
func NewFlareController() *FlareController
NewFlareController creates a new FlareController
func (*FlareController) AddToJournalFiles ¶
func (fc *FlareController) AddToJournalFiles(files []string)
SetAllJournalFiles assigns the journalFiles parameter of FlareController
func (*FlareController) FillFlare ¶
func (fc *FlareController) FillFlare(fb flaretypes.FlareBuilder) error
FillFlare is the callback function for the flare where information in the FlareController can be printed.
func (*FlareController) SetAllFiles ¶
func (fc *FlareController) SetAllFiles(files []string)
SetAllFiles assigns the allFiles parameter of FlareController
Click to show internal directories.
Click to hide internal directories.