Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager represents a management layer for a set of mountpoints.
func NewManager ¶
NewManager initializes and returns a Manager.
func (*Manager) MoveAll ¶
MoveAll moves the device(s). TODO(andrewrynhard): We need to skip calling the move method on mountpoints that are a child of another mountpoint. The kernel will handle moving the child mountpoints for us.
func (*Manager) UnmountAll ¶
UnmountAll unmounts the device(s).
Click to show internal directories.
Click to hide internal directories.