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

Method SoftDelete

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

Source from the content-addressed store, hash-verified

68 IncRunsCounter(ctx context.Context, workflowID uuid.UUID) error
69 FindByID(ctx context.Context, workflowID uuid.UUID) (*Workflow, error)
70 SoftDelete(ctx context.Context, workflowID uuid.UUID) error
71}
72
73// TODO: move to pointer properties to handle empty values

Callers 1

DeleteMethod · 0.65

Implementers 1

WorkflowRepoapp/controlplane/pkg/data/workflow.go

Calls

no outgoing calls

Tested by

no test coverage detected