Documentation
¶
Overview ¶
Package runner provides the execution logic for running agents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface {
Info(format string, args ...interface{})
Verbose(format string, args ...interface{})
Error(format string, args ...interface{})
}
Logger provides logging methods for the executor
type StdLogger ¶
type StdLogger struct {
// contains filtered or unexported fields
}
StdLogger implements Logger using stdout/stderr
func NewStdLogger ¶
NewStdLogger creates a new standard logger
Click to show internal directories.
Click to hide internal directories.