MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / GetOrgScoped

Method GetOrgScoped

app/controlplane/pkg/biz/workflow.go:66–66  ·  view source on GitHub ↗
(ctx context.Context, orgID, workflowID uuid.UUID)

Source from the content-addressed store, hash-verified

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
69 FindByID(ctx context.Context, workflowID uuid.UUID) (*Workflow, error)

Callers 7

UpdateMethod · 0.65
FindByIDInOrgMethod · 0.65
DeleteMethod · 0.65
CreateMethod · 0.65
ListMethod · 0.65
AttachToWorkflowMethod · 0.65
ListAttachmentsMethod · 0.65

Implementers 1

WorkflowRepoapp/controlplane/pkg/data/workflow.go

Calls

no outgoing calls

Tested by

no test coverage detected