Documentation
¶
Index ¶
Constants ¶
View Source
const ( None abortedReason = iota TimeoutAbortReason HeartbeatAbortReason )
Variables ¶
View Source
var StopError = util.StringError("agent is closed")
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func (*Agent) GracefulShutdown ¶
func (a *Agent) GracefulShutdown()
GracefulShutdown stops to accept new jobs and await all accepted jobs to be completed and to exit.
type Execution ¶
type Execution struct {
// contains filtered or unexported fields
}
func NewExecution ¶
func (*Execution) CreateLogWriter ¶
func (*Execution) GetDefaultLogWriter ¶
func (e *Execution) GetDefaultLogWriter(ctx context.Context) io.WriteCloser
Source Files
¶
Click to show internal directories.
Click to hide internal directories.