Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
func New ¶
func New(sources []*config.IntegrationConfigLogSource, pp *pipeline.PipelineProvider, auditor *auditor.Auditor) *Scanner
New returns an initialized Scanner
type Tailer ¶
type Tailer struct {
// contains filtered or unexported fields
}
Tailer tails one file and sends messages to an output channel
func NewTailer ¶
func NewTailer(outputChan chan message.Message, source *config.IntegrationConfigLogSource) *Tailer
NewTailer returns an initialized Tailer
func (*Tailer) GetReadOffset ¶
func (*Tailer) Identifier ¶
Identifier returns a string that uniquely identifies a source
Click to show internal directories.
Click to hide internal directories.