package fs

Import Path
	github.com/prometheus/procfs/internal/fs (on go.dev)

Dependency Relation
	imports 3 packages, and imported by one package

Involved Source Files fs.go
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
FS represents a pseudo-filesystem, normally /proc or /sys, which provides an interface to kernel data structures. Path appends the given path elements to the filesystem path, adding separators as necessary. func NewFS(mountPoint string) (FS, error)
Package-Level Functions (only one, which is exported)
NewFS returns a new FS mounted under the given mountPoint. It will error if the mount point can't be read.
Package-Level Constants (total 3, all are exported)
DefaultConfigfsMountPoint is the common mount point of the configfs
DefaultProcMountPoint is the common mount point of the proc filesystem.
DefaultSysMountPoint is the common mount point of the sys filesystem.