Versions in this module Expand all Collapse all v0 v0.0.1 Mar 17, 2024 Changes in this version + func CouldNotOpenFile(path string, err error) error + func IsFileSystemSupported(fsType string) (bool, error) + func SearchMountpointFromHost(fstype string, search string) (string, error) + func UnmountedDirNotEmpty(dir string) error + type MountHostOnce struct + func NewMountHostOnce(source, fstype, data, where string) (*MountHostOnce, error) + func (m *MountHostOnce) GetMountpoint() string + func (m *MountHostOnce) IsMounted() bool + func (m *MountHostOnce) Mount() error + func (m *MountHostOnce) Umount() error