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

Struct WorkflowRunRepo

app/controlplane/pkg/data/workflowrun.go:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40var workflowRunRepoTracer = otelx.Tracer("chainloop-controlplane", "data/workflowrun")
41
42type WorkflowRunRepo struct {
43 data *Data
44 log *log.Helper
45}
46
47func NewWorkflowRunRepo(data *Data, logger log.Logger) biz.WorkflowRunRepo {
48 return &WorkflowRunRepo{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected