package
0.0.0-20241122232756-5abfebf3a4ab
Repository: https://github.com/terrapi-solution/controller.git
Documentation: pkg.go.dev

# Functions

New creates a new Store struct.

# Constants

CanceledState represents the status of a plan when it has been canceled.
DefaultType represents a plan that is executed once and does not have a schedule.
ErroredState represents the status of a plan when it has encountered an error.
FinishedState represents the status of a plan when it has been successfully executed.
PendingState represents the initial status of a plan once it has been created.
RunningState represents the status of a plan when it is being executed.
ScheduleType represents a plan that is executed on a schedule.
UnreachableState represents the status of a plan when it has been unreachable.

# Structs

Plan represents a plan with its details and audit fields.
Store struct manages interactions with authors store.

# Type aliases

State represents the state of a plan.
Type represents the type of the plan.