Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // MountToTemp mounts a bucket within within the operating system's temporary directory, // and returns an absolute path to the newly-created directory. IO operations will retry // until the context is cancelled. MountToTemp(ctx context.Context, bucket string) (string, error) Unmount(directory string) error }
Client provides methods for mounting and unmounting FUSE filesystems that are backed by GCS.
Click to show internal directories.
Click to hide internal directories.