package
Version:
v0.0.26
Opens a new window with list of versions in this module.
Published: Aug 17, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Dirname(ref string) string
func NewStorableImage(ref string, descriptor ocispec.Descriptor, filterBytes []byte, runtime *config.Runtime) (*storedImage, error)
func NewStore(storageDir string) *store
type Image interface {
model.Image
}
type Store interface {
List() ([]Image, error)
Add(ctx context.Context, image Image) error
Get(ref string) (*storedImage, error)
Delete(ref string) error
Dir(ref string) (string, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.