package
Version:
v0.0.0-...-a7fc55d
Opens a new window with list of versions in this module.
Published: Mar 14, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
FuseMount mounts the fuse
Unmount unmounts the volume
type Mounter interface {
Mount(target, volumeID string) error
}
Mounter interface which can be implemented
by the different mounter types
NewMounter creates a new mounter
NewS3Mounter creates a new S3 fs mounter
type S3Mounter struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.