Versions in this module Expand all Collapse all v1 v1.1.1-rc.0 May 31, 2018 v1.1.0 Apr 24, 2018 Changes in this version + const ParentLayerPathsFlag — windows/amd64 + 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 CleanupTempMounts(flags int) error + func SetTempMountLocation(root 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 + func WithTempMount(ctx context.Context, mounts []Mount, f func(root string) error) (err error) + 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) GetParentPaths() ([]string, error) + func (m *Mount) Mount(target string) error v1.1.0-rc.2 Apr 13, 2018 v1.1.0-rc.1 Apr 5, 2018 v1.1.0-rc.0 Mar 27, 2018