Documentation
¶
Index ¶
Constants ¶
View Source
const METADATA_CF string = "METADATA_"
View Source
const WF_PREFIX string = "WF_"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DelayQueue ¶
type FlowDao ¶
type FlowDao interface {
SaveFlowContext(wfName string, flowId string, flowCtx *model.FlowContext) error
CreateAndSaveFlowContext(wFname string, flowId string, action int, dataMap map[string]any) (*model.FlowContext, error)
AddActionOutputToFlowContext(wFname string, flowId string, action int, dataMap map[string]any) (*model.FlowContext, error)
GetFlowContext(wfName string, flowId string) (*model.FlowContext, error)
DeleteFlowContext(wfName string, flowId string) error
}
type Partition ¶
type Partition interface {
GetFlowDao() FlowDao
GetQueue() Queue
GetDelayQueue() DelayQueue
}
type Partitions ¶
func (*Partitions) GetPartition ¶
func (p *Partitions) GetPartition(partId int) Partition
type StorageLayerError ¶
type StorageLayerError struct {
Message string
}
func (StorageLayerError) Error ¶
func (e StorageLayerError) Error() string
Click to show internal directories.
Click to hide internal directories.