Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultCapacityBytes is 10 Pi
DefaultCapacityBytes = 10 * 1024 * 1024 * 1024 * 1024 * 1024
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { mount.Interface JfsMount(volumeID string, secrets map[string]string, options []string) (Jfs, error) JfsUnmount(volumeID string) AuthFs(secrets map[string]string) ([]byte, error) MountFs(volumeID, name string, options []string) (string, error) Version() ([]byte, error) }
Interface of juicefs provider
func NewJfsProvider ¶
func NewJfsProvider(mounter *mount.SafeFormatAndMount) (Interface, error)
NewJfsProvider creates a provider for juicefs file system
Click to show internal directories.
Click to hide internal directories.