Documentation ¶
Index ¶
- type Overlay
- func (o *Overlay) Add(session *layout.Session, system *mount.System) error
- func (o *Overlay) AddLowerDir(path string) error
- func (o *Overlay) Dir() string
- func (o *Overlay) GetUpperDir() string
- func (o *Overlay) GetWorkDir() string
- func (o *Overlay) SetUpperDir(path string) error
- func (o *Overlay) SetWorkDir(path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Overlay ¶
type Overlay struct {
// contains filtered or unexported fields
}
Overlay layer manager
func (*Overlay) AddLowerDir ¶
AddLowerDir adds a lower directory to overlay mount
func (*Overlay) GetUpperDir ¶
GetUpperDir returns upper directory path
func (*Overlay) GetWorkDir ¶
GetWorkDir returns work directory path
func (*Overlay) SetUpperDir ¶
SetUpperDir sets upper directory to overlay mount
func (*Overlay) SetWorkDir ¶
SetWorkDir sets work directory to overlay mount
Click to show internal directories.
Click to hide internal directories.