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

Struct GroupRepo

app/controlplane/pkg/data/group.go:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45var groupRepoTracer = otelx.Tracer("chainloop-controlplane", "data/group")
46
47type GroupRepo struct {
48 data *Data
49 log *log.Helper
50}
51
52func NewGroupRepo(data *Data, logger log.Logger) biz.GroupRepo {
53 return &GroupRepo{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected