MCPcopy
hub / github.com/containerd/containerd / image

Struct image

client/image.go:135–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135type image struct {
136 client *Client
137
138 i images.Image
139 platform platforms.MatchComparer
140 diffIDs []digest.Digest
141
142 mu sync.Mutex
143}
144
145func (i *image) Metadata() images.Image {
146 return i.i

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected