Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MountEntry ¶
type MountTable ¶
type MountTable struct {
Entries []*MountEntry
}
func GetMountTable ¶
func GetMountTable() (*MountTable, error)
func (*MountTable) FindEntry ¶
func (mt *MountTable) FindEntry(path string) *MountEntry
Click to show internal directories.
Click to hide internal directories.