# 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.
# Type aliases
ChecksType is the check type you are adding to a Plan or Block.
Option provides optional arguments to the New() constructor.