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

Struct RobotAccountRepo

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected