Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageRunArgs ¶
type ImageService ¶
type ImageService interface { Create(id string, tarPath string) error Delete(id string) error List() ([]Image, error) Get(id string) (Image, error) Run(imageRunArgs *ImageRunArgs) error Destroy(container libcapsule.Container) error }
func NewImageService ¶
func NewImageService(runtimeRoot string) (ImageService, error)
Click to show internal directories.
Click to hide internal directories.