Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrFilesystemUndefined = errors.New("the referenced filesystem was not defined")
)
Functions ¶
This section is empty.
Types ¶
type ByDirectorySegments ¶ added in v0.13.0
ByDirectorySegments is used to sort directories so /foo gets created before /foo/bar if they are both specified.
func (ByDirectorySegments) Len ¶ added in v0.13.0
func (lst ByDirectorySegments) Len() int
func (ByDirectorySegments) Less ¶ added in v0.13.0
func (lst ByDirectorySegments) Less(i, j int) bool
func (ByDirectorySegments) Swap ¶ added in v0.13.0
func (lst ByDirectorySegments) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.