Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupportedArchiveSuffix = fmt.Errorf("archive name has an unsupported suffix")
Functions ¶
func PopulateWithPaths ¶
PopulateWithPaths creates a compressed tar from the given paths.
Types ¶
type Entry ¶
type Entry interface {
// contains filtered or unexported methods
}
Entry represents an entry that can be written to a tar file via a tar.Writer from the standard library.
func NewEntryFromBytes ¶
func NewEntryFromFilePath ¶
func NewEntryFromFilePaths ¶
type ReaderEntry ¶
Click to show internal directories.
Click to hide internal directories.