Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector interface {
Name() string
Start(ctx context.Context, queue chan *plugins.Log)
Stop()
}
Collector is the interface that platform collectors must implement.
func GetCollectors ¶
func GetCollectors() []Collector
type CollectorConfig ¶
CollectorConfig holds paths for log collection.
type LinuxSystem ¶
type LinuxSystem struct {
// contains filtered or unexported fields
}
func (*LinuxSystem) Name ¶
func (l *LinuxSystem) Name() string
func (*LinuxSystem) Start ¶
func (l *LinuxSystem) Start(ctx context.Context, queue chan *plugins.Log)
func (*LinuxSystem) Stop ¶
func (l *LinuxSystem) Stop()
Click to show internal directories.
Click to hide internal directories.