Versions in this module Expand all Collapse all v1 v1.0.3-dev Apr 2, 2018 v1.0.1 Jan 17, 2018 v1.0.0 Dec 5, 2017 Changes in this version + var ErrNotImplementOnUnix = errors.New("not implemented under unix") — darwin/amd64 + var ErrNotImplementOnWindows = errors.New("not implemented under windows") — windows/amd64 + func All(mounts []Mount, target string) error + func Unmount(mount string, flags int) error — darwin/amd64, windows/amd64 + func Unmount(target string, flags int) error — linux/amd64 + func UnmountAll(mount string, flags int) error — darwin/amd64, linux/amd64, windows/amd64 + type Info struct + FSType string + ID int + Major int + Minor int + Mountpoint string + Optional string + Options string + Parent int + Root string + Source string + VFSOptions string + func Lookup(dir string) (Info, error) + func PID(pid int) ([]Info, error) + func Self() ([]Info, error) + type Mount struct + Options []string + Source string + Type string + func (m *Mount) Mount(target string) error v1.0.0-dev Dec 5, 2017