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

Struct OrganizationRepo

app/controlplane/pkg/data/organization.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected