Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrImmutable = fmt.Errorf("immutable")
View Source
var ErrNotFound = fmt.Errorf("not found")
Functions ¶
This section is empty.
Types ¶
type Filesystem ¶
type Layered ¶
type Layered struct {
// contains filtered or unexported fields
}
func NewLayered ¶
func NewLayered(layers ...Filesystem) *Layered
func (*Layered) Push ¶
func (fs *Layered) Push(layer Filesystem)
Push adds a layer to the top of the filesystem stack
Click to show internal directories.
Click to hide internal directories.