(ctx context.Context, orgID uuid.UUID, filter *WorkflowListOpts, pagination *pagination.OffsetPaginationOpts)
| 63 | Create(ctx context.Context, opts *WorkflowCreateOpts) (*Workflow, error) |
| 64 | Update(ctx context.Context, id uuid.UUID, opts *WorkflowUpdateOpts) (*Workflow, error) |
| 65 | List(ctx context.Context, orgID uuid.UUID, filter *WorkflowListOpts, pagination *pagination.OffsetPaginationOpts) ([]*Workflow, int, error) |
| 66 | GetOrgScoped(ctx context.Context, orgID, workflowID uuid.UUID) (*Workflow, error) |
| 67 | GetOrgScopedByProjectAndName(ctx context.Context, orgID uuid.UUID, projectName, workflowName string) (*Workflow, error) |
| 68 | IncRunsCounter(ctx context.Context, workflowID uuid.UUID) error |
no outgoing calls
no test coverage detected