Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileSystem ¶
type FileSystem struct { Name string // name of mounted file system Path string // file system path prefix Type string // mount type Options []string // mount options }
the mounted file system description
func FileSystems ¶
func FileSystems() ([]*FileSystem, error)
get information about mounted file systems
func (*FileSystem) String ¶
func (fs *FileSystem) String() string
Click to show internal directories.
Click to hide internal directories.