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

Method Update

app/controlplane/pkg/biz/workflow.go:64–64  ·  view source on GitHub ↗
(ctx context.Context, id uuid.UUID, opts *WorkflowUpdateOpts)

Source from the content-addressed store, hash-verified

62type WorkflowRepo interface {
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)

Callers 1

UpdateMethod · 0.65

Implementers 1

WorkflowRepoapp/controlplane/pkg/data/workflow.go

Calls

no outgoing calls

Tested by

no test coverage detected