gcsfuse

package
v0.0.0-...-75616c8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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.

func NewClient

func NewClient() Client

NewClient creates a new gcsfuse.Client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL