Documentation ¶
Index ¶
- type FilenameFunc
- type Iter
- type Job
- type RealWorkerFactory
- type Worker
- func (w *Worker) Cleanup() error
- func (w *Worker) MakeLogParser(file *os.File, opts log.Options) log.LogParser
- func (w *Worker) Run() (*report.Result, error)
- func (w *Worker) SetConfig(config pc.QAN)
- func (w *Worker) SetLogParser(p log.LogParser)
- func (w *Worker) Setup(interval *iter.Interval) error
- func (w *Worker) Status() map[string]string
- func (w *Worker) Stop() error
- type WorkerFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilenameFunc ¶
type Iter ¶
type Iter struct {
// contains filtered or unexported fields
}
func (*Iter) IntervalChan ¶
type Job ¶
type RealWorkerFactory ¶
type RealWorkerFactory struct {
// contains filtered or unexported fields
}
func NewRealWorkerFactory ¶
func NewRealWorkerFactory(logChan chan proto.LogEntry) *RealWorkerFactory
type Worker ¶
type Worker struct { // -- ZeroRunTime bool // testing // contains filtered or unexported fields }
func (*Worker) MakeLogParser ¶
func (*Worker) SetLogParser ¶
Click to show internal directories.
Click to hide internal directories.