Versions in this module Expand all Collapse all v0 v0.3.2 Feb 21, 2015 v0.3.1 Feb 15, 2015 Changes in this version + func IsImageNotFound(err error) bool + func IsNotFound(err error) bool + func IsRegistryNotFound(err error) bool + func IsRepositoryNotFound(err error) bool + func IsTagNotFound(err error) bool + type Client interface + Connect func(registry string) (Connection, error) + func NewClient() Client + type Connection interface + ImageByTag func(namespace, name, tag string) (*docker.Image, error)