Versions in this module Expand all Collapse all v0 v0.1.0 Sep 7, 2023 Changes in this version + type ExecError struct + func (e ExecError) Error() string + type FileDescriptor struct + FD string + Name string + Type FileType + func (f FileDescriptor) String() string + type FileType string + const FileTypeDir + const FileTypeFile + const FileTypeUnknown + type Process struct + Command string + FileDescriptors []FileDescriptor + PID string + UserID string + func MountPoint(dir string) ([]Process, error) + func (p Process) String() string v0.0.0-prerelease Dec 5, 2025