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