ChainloopGroupLoader loads groups referenced with chainloop://provider/name URLs
| 99 | |
| 100 | // ChainloopGroupLoader loads groups referenced with chainloop://provider/name URLs |
| 101 | type ChainloopGroupLoader struct { |
| 102 | Client pb.AttestationServiceClient |
| 103 | cache cache.Cache[*groupWithReference] |
| 104 | flight singleflight.Group |
| 105 | } |
| 106 | |
| 107 | type groupWithReference struct { |
| 108 | Group *v1.PolicyGroup `json:"group"` |
nothing calls this directly
no outgoing calls
no test coverage detected