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

Method Transport

types/types.go:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46// world: paths may be replaced by symlinks elsewhere, HTTP APIs may start returning different results, and so on.
47type ImageReference interface {
48 Transport() ImageTransport
49 // StringWithinTransport returns a string representation of the reference, which MUST be such that
50 // reference.Transport().ParseReference(reference.StringWithinTransport()) returns an equivalent reference.
51 // NOTE: The returned string is not promised to be equal to the original input to ParseReference;

Callers 15

ImageFunction · 0.65
copyLayersMethod · 0.65
TransportMethod · 0.65
TestReferenceTransportFunction · 0.65
TestReferenceTransportFunction · 0.65
TestReferenceTransportFunction · 0.65
NoPutBlobPartialFunction · 0.65
NoGetBlobAtFunction · 0.65
TestReferenceTransportFunction · 0.65
TestReferenceTransportFunction · 0.65

Implementers 12

tarballReferencetarball/tarball_reference.go
BlobCachepkg/blobcache/blobcache.go
storageReferencestorage/storage_reference.go
ociReferenceoci/layout/oci_transport.go
ociArchiveReferenceoci/archive/oci_transport.go
dirReferencedirectory/directory_transport.go
ForbiddenImageReferenceinternal/testing/mocks/image_reference
sifReferencesif/transport.go
openshiftReferenceopenshift/openshift_transport.go
dockerReferencedocker/docker_transport.go
daemonReferencedocker/daemon/daemon_transport.go
archiveReferencedocker/archive/transport.go

Calls

no outgoing calls

Tested by 10

TestReferenceTransportFunction · 0.52
TestReferenceTransportFunction · 0.52
TestReferenceTransportFunction · 0.52
TestReferenceTransportFunction · 0.52
TestReferenceTransportFunction · 0.52
TestReferenceTransportFunction · 0.52
TestReferenceTransportFunction · 0.52
TestReferenceTransportFunction · 0.52