HTTPSGroupLoader loader loads policies from HTTP or HTTPS references
| 68 | |
| 69 | // HTTPSGroupLoader loader loads policies from HTTP or HTTPS references |
| 70 | type HTTPSGroupLoader struct{} |
| 71 | |
| 72 | func (l *HTTPSGroupLoader) Load(_ context.Context, attachment *v1.PolicyGroupAttachment) (*v1.PolicyGroup, *PolicyDescriptor, error) { |
| 73 | ref, wantDigest := ExtractDigest(attachment.GetRef()) |
nothing calls this directly
no outgoing calls
no test coverage detected