Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
@@ -2,7 +2,12 @@ package containerd
import "github.com/containerd/containerd/images"
type Image struct {
type Image interface {
}
var _ = (Image)(&image{})
type image struct {
client *Client
i images.Image
The note is not visible to the blocked user.