Documentation
¶
Overview ¶
Package execution handles the various kinds of execution for workspace runs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAgentExecutionModeWithoutPool = errors.New("agent execution mode requires agent pool ID") ErrNonAgentExecutionModeWithPool = errors.New("agent pool ID can only be specified with agent execution mode") )
Functions ¶
This section is empty.
Types ¶
type Mode ¶
type Mode struct {
// contains filtered or unexported fields
}
Mode of execution for workspace run, combining execution kind and any additional data relating to kind.
func NewModeWithDefaults ¶
func RemoteMode ¶
func RemoteMode() Mode
func (Mode) AgentPoolID ¶
Click to show internal directories.
Click to hide internal directories.