Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct { Root string // contains filtered or unexported fields }
Filter supports glob-style filtering.
type FilterSet ¶
type FilterSet struct {
// contains filtered or unexported fields
}
FilterSet is a collection of filter patterns.
type Writer ¶
type Writer struct { Filter Filter // contains filtered or unexported fields }
Writer is a Zipped TAR streamed writer.
func (*Writer) AssertFile ¶
AssertFile validates the path is a readable file.
Click to show internal directories.
Click to hide internal directories.