Documentation
¶
Rendered for windows/amd64
Index ¶
- Constants
- func AddMountJSON(mountPath string, configFile string, useSystem bool) error
- func AddRegistryValue(keyName string, valueName string, value string) error
- func CreateWinFspRegistry() error
- func DeleteMountJSONFiles() error
- func IsMounted(mountPath string) (bool, error)
- func RemoveMountJSON(mountPath string, useSystem bool) error
- func RemoveRegistryValue(keyName string, valueName string) error
- func RemoveWinFspRegistry() error
- func StartMount(mountPath string, configFile string, passphrase *memguard.Enclave) error
- func StartMounts(useSystem bool) error
- func StopMount(mountPath string) error
- func StopMounts(useSystem bool) error
- type Mount
- type Mounts
Constants ¶
View Source
const (
SvcName = "cloudfuse"
)
Variables ¶
This section is empty.
Functions ¶
func AddMountJSON ¶ added in v0.3.0
AddMountJSON adds an entry to our json file with the mount path and config file location.
func AddRegistryValue ¶ added in v1.9.3
func CreateWinFspRegistry ¶
func CreateWinFspRegistry() error
CreateWinFspRegistry creates an entry in the registry for WinFsp so the WinFsp launch tool can launch our mounts.
func DeleteMountJSONFiles ¶ added in v1.10.0
func DeleteMountJSONFiles() error
DeleteMountJSONFiles deletes all the mount.json files on the system
func RemoveMountJSON ¶ added in v0.3.0
RemoveMountJSON removes an entry to from our json file.
func RemoveRegistryValue ¶ added in v1.9.3
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 the WinFsp Windows registry.
func StartMounts ¶ added in v0.3.0
startService starts cloudfuse by instructing WinFsp to launch it.
func StopMounts ¶ added in v1.10.0
StopMounts stops all mounts the mount if the name exists in our Windows registry.
Types ¶
Click to show internal directories.
Click to hide internal directories.