Documentation ¶
Rendered for windows/amd64
Index ¶
- Constants
- func CreateRegistryMount(mountPath string, configFile string) error
- func CreateWinFspRegistry() error
- func IsMounted(mountPath string) (bool, error)
- func RemoveAllRegistryMount() error
- func RemoveRegistryMount(name string) error
- func RemoveWinFspRegistry() error
- func StartMount(mountPath string, configFile string) error
- func StopMount(mountPath string) error
- type Cloudfuse
- type KeyData
Constants ¶
View Source
const (
SvcName = "cloudfuse"
)
Variables ¶
This section is empty.
Functions ¶
func CreateRegistryMount ¶
CreateRegistryMount adds an entry to our registry with the mount path and config file location.
func CreateWinFspRegistry ¶
func CreateWinFspRegistry() error
CreateWinFspRegistry creates an entry in the registry for WinFsp so the WinFsp launch tool can launch our mounts.
func RemoveAllRegistryMount ¶
func RemoveAllRegistryMount() error
RemoveRegistryMount removes the entire cloudfuse registry
func RemoveRegistryMount ¶
RemoveRegistryMount removes the entry from our registry
func RemoveWinFspRegistry ¶
func RemoveWinFspRegistry() error
RemoveWinFspRegistry removes the entry in the registry for WinFsp.
func StartMount ¶
StartMount starts the mount if the name exists in our Windows registry.
Types ¶
Click to show internal directories.
Click to hide internal directories.