Documentation
¶
Index ¶
- type Datastore
- func (d Datastore) DumpWorkflowRunner(wfr workflow.Runner) error
- func (d Datastore) LoadWorkflow(name string) (wf workflow.Workflow, err error)
- func (d Datastore) LoadWorkflowRunner(uuid string) (wfr workflow.Runner, err error)
- func (d Datastore) SaveWorkflow(w workflow.Workflow, overwrite bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Datastore ¶
type Datastore struct {
// contains filtered or unexported fields
}
Datastore handles connections to and from datastores
func NewDatastore ¶
NewDatastore will create and test a connection into storage
func (Datastore) DumpWorkflowRunner ¶
DumpWorkflowRunner dumps a running `WorkflowRunner`'s state to storage
func (Datastore) LoadWorkflow ¶
LoadWorkflow returns a Workflow object from a workflow name
func (Datastore) LoadWorkflowRunner ¶
LoadWorkflowRunner returns a WorkflowRunner; a parsed and compiled workflow with a simple state machine
Click to show internal directories.
Click to hide internal directories.