MCPcopy Create free account
hub / github.com/containers/image / ForbiddenImageReference

Struct ForbiddenImageReference

internal/testing/mocks/image_reference.go:11–11  ·  view source on GitHub ↗

ForbiddenImageReference is used when we don’t expect the ImageReference to be used in our tests.

Source from the content-addressed store, hash-verified

9
10// ForbiddenImageReference is used when we don’t expect the ImageReference to be used in our tests.
11type ForbiddenImageReference struct{}
12
13// Transport is a mock that panics.
14func (ref ForbiddenImageReference) Transport() types.ImageTransport {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected