| 33 | ) |
| 34 | |
| 35 | type 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 | |
| 47 | type imageOpener struct { |
| 48 | ref name.Reference |
nothing calls this directly
no outgoing calls
no test coverage detected