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

# Packages

Package sqlite provides a sqlite-based storage implementation for workflow.Plan data.

# Structs

Filters is a filter for searching Plans.
ListResult is a result from a List operation.
Stream represents an entry in a stream of data.

# Interfaces

ActionUpdater is a storage writer for Actions in a specific Sequence, PreChecks, PostChecks or ContChecks.
BlockUpdater allows for writing Block data to storage.
ChecksUpdater is a storage writer for Checks in a specific Plan or Block.
Closer allows for closing the storage.
Creator allows for creating Plan data in storage.
Deleter allows for deleting Plan data from storage.
PlanUpdater allows for writing Plan data to storage.
Reader allows for reading Plan data from storage.
SequenceUpdater is a storage writer for Sequences in a specific Block.
Updater allows for writing Plan data to storage.
Vault is a storage reader and writer for Plan data.