| 133 | } |
| 134 | |
| 135 | type 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 | |
| 145 | func (i *image) Metadata() images.Image { |
| 146 | return i.i |
nothing calls this directly
no outgoing calls
no test coverage detected