Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUnableToUntar is returned when the tar file is unable to be untarred ErrUnableToUntar = fmt.Errorf("Unable to untar") // ErrExtractingFileFromTar is returned when the file is unable to be extracted from the tar file ErrExtractingFileFromTar = fmt.Errorf("Unable to extract file from tar") // ErrTarReading is returned when the tar file is unable to be read ErrTarReading = fmt.Errorf("Unable to read tar file") // ErrCopyingContentFromTar is returned when the content is unable to be copied from the tar file ErrCopyingContentFromTar = fmt.Errorf("Unable to copy content from tar") // ErrCreatingFileFromTar is returned when the file is unable to be created from the tar file ErrCreatingFileFromTar = fmt.Errorf("Unable to create file from tar") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.