Versions in this module Expand all Collapse all v0 v0.7.0 Dec 5, 2019 Changes in this version + type IsMountedProvider interface + IsMounted func(target string) (bool, error) + type LinuxProvider struct — linux/amd64 + func DefaultProvider() *LinuxProvider + func (s LinuxProvider) IsMounted(target string) (bool, error) + func (s LinuxProvider) Mount(source, target, fstype string, flags uintptr, data string) error + func (s LinuxProvider) Unmount(target string, flags int) error + type MountProvider interface + Mount func(source, target, fstype string, flags uintptr, data string) error + type UnmountProvider interface + Unmount func(target string, flags int) error