Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("not found")
)
Functions ¶
This section is empty.
Types ¶
type ImageRegistry ¶
type ImageRegistry struct {
// contains filtered or unexported fields
}
func New ¶
func New(files ...string) *ImageRegistry
func (*ImageRegistry) List ¶
func (r *ImageRegistry) List() (map[string]imageEntry, error)
Click to show internal directories.
Click to hide internal directories.