| 38 | ) |
| 39 | |
| 40 | type WorkflowRepo struct { |
| 41 | data *Data |
| 42 | log *log.Helper |
| 43 | contractRepo *WorkflowContractRepo |
| 44 | } |
| 45 | |
| 46 | var workflowRepoTracer = otelx.Tracer("chainloop-controlplane", "data/workflow") |
| 47 |
nothing calls this directly
no outgoing calls
no test coverage detected