Documentation
¶
Index ¶
- type SnapshotStore
- func (s *SnapshotStore) Delete(flowId string)
- func (s *SnapshotStore) GetFlow(flowId string) *state.FlowInfo
- func (s *SnapshotStore) GetFlows() []*state.FlowInfo
- func (s *SnapshotStore) GetSnapshot(flowId string) *state.Snapshot
- func (s *SnapshotStore) GetStatus(flowId string) int
- func (s *SnapshotStore) SaveSnapshot(snapshot *state.Snapshot) error
- type StepStore
- func (s *StepStore) Delete(flowId string)
- func (s *StepStore) GetFailedFlows(metadata *metadata.Metadata) ([]*state.FlowInfo, error)
- func (s *StepStore) GetFlow(flowid string, fmetadata *metadata.Metadata) (*state.FlowInfo, error)
- func (s *StepStore) GetFlows(metadata *metadata.Metadata) ([]*state.FlowInfo, error)
- func (s *StepStore) GetSnapshot(flowId string) *state.Snapshot
- func (s *StepStore) GetStatus(flowId string) int
- func (s *StepStore) GetSteps(flowId string) ([]*state.Step, error)
- func (s *StepStore) GetStepsNoData(flowId string) ([]map[string]string, error)
- func (s *StepStore) RecordEnd(flowState *state.FlowState) error
- func (s *StepStore) RecordStart(flowState *state.FlowState) error
- func (s *StepStore) SaveSnapshot(snapshot *state.Snapshot) error
- func (s *StepStore) SaveStep(step *state.Step) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotStore ¶
type SnapshotStore struct {
// contains filtered or unexported fields
}
func (*SnapshotStore) Delete ¶
func (s *SnapshotStore) Delete(flowId string)
func (*SnapshotStore) GetFlows ¶
func (s *SnapshotStore) GetFlows() []*state.FlowInfo
func (*SnapshotStore) GetSnapshot ¶
func (s *SnapshotStore) GetSnapshot(flowId string) *state.Snapshot
func (*SnapshotStore) GetStatus ¶
func (s *SnapshotStore) GetStatus(flowId string) int
func (*SnapshotStore) SaveSnapshot ¶
func (s *SnapshotStore) SaveSnapshot(snapshot *state.Snapshot) error
type StepStore ¶
func (*StepStore) GetFailedFlows ¶
func (*StepStore) GetStepsNoData ¶
Click to show internal directories.
Click to hide internal directories.