Documentation
¶
Index ¶
- func CreateWorkflow(ctx context.Context, storage persistence.Storage, wf *model.Workflow) (*model.Workflow, error)
- func DeleteWorkflow(ctx context.Context, storage persistence.Storage, name string) error
- func GetWorkflow(ctx context.Context, storage persistence.Storage, name string) (*model.Workflow, error)
- func QueryWorkflows(ctx context.Context, storage persistence.Storage, ...) (*model.PaginatedWorkflowList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWorkflow ¶
func DeleteWorkflow ¶
func GetWorkflow ¶
func QueryWorkflows ¶
func QueryWorkflows(ctx context.Context, storage persistence.Storage, paginationParams persistence.PaginationParams) (*model.PaginatedWorkflowList, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.