Documentation
¶
Overview ¶
Package run contains business logic for run-level operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cancel ¶
Cancel cancels a run by cancelling each of its active workflows. The CircleCI API has no run-level cancel endpoint; cancellation operates at the workflow level via POST /api/v3/workflows/{id}/cancel.
Returns ErrNothingToCancel when the run exists but all workflows are already in a terminal state.
Types ¶
type ErrNothingToCancel ¶
ErrNothingToCancel is returned by Cancel when the run exists but all of its workflows are already in a terminal state.
func (*ErrNothingToCancel) Error ¶
func (e *ErrNothingToCancel) Error() string
Click to show internal directories.
Click to hide internal directories.