MCPcopy
hub / github.com/google/go-containerregistry / image

Struct image

pkg/v1/daemon/image.go:35–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type image struct {
36 ref name.Reference
37 opener *imageOpener
38 tarballImage v1.Image
39 computed bool
40 id *v1.Hash
41 configFile *v1.ConfigFile
42
43 once sync.Once
44 err error
45}
46
47type imageOpener struct {
48 ref name.Reference

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected