package
0.0.0-20241103172616-0e9609fa948b
Repository: https://github.com/element-of-surprise/coercion.git
Documentation: pkg.go.dev

# Functions

New creates a new BuildPlan with the internal Plan object having the given name and description.
WithGroupID sets the group ID for the Plan.

# Constants

BypassChecks is a set of bypass checks.
ContChecks is a continuous check.
CTUnknown is an unknown check type.
DeferredChecks is a set of deferred checks.
PostChecks is a set of post-checks.
PreChecks is a set of pre-checks.

# Structs

BlockArgs are arguments for AddBlock that define a Block in the Plan.
BuildPlan is a builder for creating a workflow Plan.

# Type aliases

ChecksType is the check type you are adding to a Plan or Block.
Option provides optional arguments to the New() constructor.