Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoExec = errors.New("no execution")
)
Functions ¶
Types ¶
type APIExecutionSource ¶
type APIExecutionSource struct {
// contains filtered or unexported fields
}
func (*APIExecutionSource) Next ¶
func (a *APIExecutionSource) Next() (Execution, error)
func (*APIExecutionSource) Report ¶
func (a *APIExecutionSource) Report(result Result) error
type Execution ¶
type Execution client.GetWorkV1Response
type ExecutionSource ¶
type Worker ¶
type Worker struct { Exec ExecutionSource ParallelExecutions int // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.