ImageSource a source for an image in the docker engine. Implements a moby.ImageSource.
| 25 | // ImageSource a source for an image in the docker engine. |
| 26 | // Implements a moby.ImageSource. |
| 27 | type ImageSource struct { |
| 28 | ref *reference.Spec |
| 29 | } |
| 30 | |
| 31 | // NewSource return an ImageSource for a specific ref from docker. |
| 32 | func NewSource(ref *reference.Spec) ImageSource { |
nothing calls this directly
no outgoing calls
no test coverage detected