Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
type PlainFiles ¶
type PlainFiles struct {
// contains filtered or unexported fields
}
func NewFromDirectory ¶
func NewFromDirectory(path string) PlainFiles
type ZipReadonly ¶
type ZipReadonly struct {
// contains filtered or unexported fields
}
func NewFromZip ¶
func NewFromZip(path string) (*ZipReadonly, error)
Click to show internal directories.
Click to hide internal directories.