Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Archiver ¶
type Archiver struct { DirReaderCount int FileReaderCount int DirScanQueueSize int FileReadQueueSize int BlockQueueSize int ExcludePatterns []string Logger Logger BlockSize uint16 // contains filtered or unexported fields }
func NewArchiver ¶
type Unarchiver ¶
type Unarchiver struct { Logger Logger IgnorePerms bool IgnoreOwners bool DryRun bool // contains filtered or unexported fields }
func NewUnarchiver ¶
func NewUnarchiver(file io.Reader) *Unarchiver
func (*Unarchiver) Run ¶
func (u *Unarchiver) Run() error
Click to show internal directories.
Click to hide internal directories.