Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Precondition ¶
type Precondition interface { // Run executes the precondition checks ands returns an error when the precondition fails. Run(context.Context) error // Name returns a human friendly name for the precondition. Name() string }
Precondition defines the precondition check for a payload.
Click to show internal directories.
Click to hide internal directories.