Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dir ¶
type Dir struct {
// contains filtered or unexported fields
}
func NewDir ¶
NewDir creates a new fs.File compatible "directory" from the passed slice of fs.File.
It implements fs.ReadDir and directory entries returned implement Opener, allowing access to the underlying files passed here.
You can add nested directories (of the same type) to this directory. Adding filesystem directories to this directory is NOT supported.
Click to show internal directories.
Click to hide internal directories.