Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry interface {
// contains filtered or unexported methods
}
Entry is archive entry.
type FilePathInfo ¶
type FilePathInfo struct {
// contains filtered or unexported fields
}
FilePathInfo is file path of archive entry.
func NewFilePathInfo ¶
func NewFilePathInfo(p string, opt *FilePathOption) *FilePathInfo
NewFilePathInfo is create FilePathInfo.
type FilePathOption ¶
type FilePathOption struct {
DontRecurse bool
}
FilePathOption is file path entry option.
Click to show internal directories.
Click to hide internal directories.