Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPackager ¶
NewPackager create a new packager for build ImageSets
Types ¶
type Archiver ¶
type Archiver interface {
String() string
Archive([]string, string) error
Extract(string, string, string) error
Unarchive(string, string) error
Write(archiver.File) error
Create(io.Writer) error
Close() error
Walk(string, archiver.WalkFunc) error
Open(io.Reader, int64) error
Read() (archiver.File, error)
CheckPath(string, string) error
}
func NewArchiver ¶
func NewArchiver() Archiver
NewArchiver creates a new archiver for tar archive manipultation
Click to show internal directories.
Click to hide internal directories.