Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + var MountTimeout = time.Second * 5 + func ForceUnmount(m Mount) error + func ForceUnmountManyTimes(m Mount, attempts int) error + type Mount interface + CtxGroup func() ctxgroup.ContextGroup + MountPoint func() string + Unmount func() error + func NewMount(p ctxgroup.ContextGroup, fsys fs.FS, mountpoint string) (Mount, error)