Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Statistics ¶ added in v0.4.0
type WorkflowDispatcher ¶
type WorkflowDispatcher interface {
GetStatistics() Statistics
Bootup(ctx context.Context) error
Shutdown(ctx context.Context) error
Start(ctx context.Context, runId string) error
Cancel(ctx context.Context, runId string) error
}
func GetSingletonDispatcher ¶
func GetSingletonDispatcher() WorkflowDispatcher
Click to show internal directories.
Click to hide internal directories.