Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct {
// contains filtered or unexported fields
}
FS is an overlay File System
func MustNew ¶ added in v0.0.3
MustNew returns New and panics on error
func (*FS) Open ¶
Open opens an fs.File, preferring disk
func (*FS) ReadDir ¶ added in v0.0.2
ReadDir reads []fs.DirEntry This method will prefer EMBEDDED, because that is the "real" FS for overlay