Documentation ¶
Overview ¶
Package archive implements the pipe interface with the intent of archiving and compressing the binaries, readme, and other artifacts. It also provides an Archive interface which represents an archiving format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnhancedArchive ¶ added in v0.93.1
type EnhancedArchive struct {
// contains filtered or unexported fields
}
EnhancedArchive is an archive.Archive implementation which decorates an archive.Archive adding wrap directory support, logging and windows backslash fixes.
func (EnhancedArchive) Add ¶ added in v0.93.1
func (d EnhancedArchive) Add(name, path string) error
Add adds a file
func (EnhancedArchive) Close ¶ added in v0.93.1
func (d EnhancedArchive) Close() error
Close closes the underlying archive
Click to show internal directories.
Click to hide internal directories.