MCPcopy Index your code
hub / github.com/chainloop-dev/chainloop / WorkflowRepo

Struct WorkflowRepo

app/controlplane/pkg/data/workflow.go:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38)
39
40type WorkflowRepo struct {
41 data *Data
42 log *log.Helper
43 contractRepo *WorkflowContractRepo
44}
45
46var workflowRepoTracer = otelx.Tracer("chainloop-controlplane", "data/workflow")
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected