Documentation ¶
Overview ¶
Package filesystem returns information about available filesystems.
Package filesystem regroups collecting information about the filesystem
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
type FileSystem struct{}
FileSystem is the Collector type of the filesystem package.
func (*FileSystem) Collect ¶
func (filesystem *FileSystem) Collect() (result interface{}, err error)
Collect collects the filesystem information. Returns an object which can be converted to a JSON or an error if nothing could be collected. Tries to collect as much information as possible.
func (*FileSystem) Name ¶
func (filesystem *FileSystem) Name() string
Name returns the name of the package
Click to show internal directories.
Click to hide internal directories.