Documentation
¶
Index ¶
- func CreateWorkflow(ctx context.Context, storage persistence.Storage, wf *api.Workflow) (*api.Workflow, error)
- func DeleteWorkflow(ctx context.Context, storage persistence.Storage, name string) error
- func GetWorkflow(ctx context.Context, storage persistence.Storage, name string) (*api.Workflow, error)
- func QueryWorkflows(ctx context.Context, storage persistence.Storage, ...) (*api.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, sort *string) (*api.PaginatedWorkflowList, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.