| 32 | var integrationRepoTracer = otelx.Tracer("chainloop-controlplane", "data/integration") |
| 33 | |
| 34 | type IntegrationRepo struct { |
| 35 | data *Data |
| 36 | log *log.Helper |
| 37 | } |
| 38 | |
| 39 | func NewIntegrationRepo(data *Data, logger log.Logger) biz.IntegrationRepo { |
| 40 | return &IntegrationRepo{ |
nothing calls this directly
no outgoing calls
no test coverage detected