Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrChmod = errors.New("Error changing file permissions") ErrCopyingFile = errors.New("Error copying file") ErrCreatingFile = errors.New("Error creating file") ErrMkdirAll = errors.New("Error making directory") ErrNext = errors.New("Error iterating through tar file") ErrUntar = errors.New("Error untarring file") )
Functions ¶
func Extract ¶
func Extract(f io.ReadSeeker) (string, error)
Extract expands the ACI file to a temporary directory, returning the directory path where the ACI was expanded or an error
func Manifest ¶
func Manifest(f io.ReadSeeker) (*schema.ImageManifest, error)
Manifest returns the ImageManifest inside the ACI file
func Validate ¶
func Validate(f io.ReadSeeker) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.