Documentation ¶
Index ¶
- func CreateAndUploadArchive(options CreateOptions, si common.ClipStorageInfo) error
- func CreateArchive(options CreateOptions) error
- func ExtractArchive(options ExtractOptions) error
- func MountArchive(options MountOptions) (func() error, <-chan error, *fuse.Server, error)
- func StoreS3(storeS3Opts StoreS3Options) error
- type CreateOptions
- type CreateRemoteOptions
- type ExtractOptions
- type MountOptions
- type StoreS3Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAndUploadArchive ¶
func CreateAndUploadArchive(options CreateOptions, si common.ClipStorageInfo) error
func MountArchive ¶
Mount a clip archive to a directory
Types ¶
type CreateOptions ¶
type CreateRemoteOptions ¶
type ExtractOptions ¶
type MountOptions ¶
type MountOptions struct { ArchivePath string MountPoint string Verbose bool CachePath string ContentCache clipfs.ContentCache ContentCacheAvailable bool Credentials storage.ClipStorageCredentials }
type StoreS3Options ¶
Click to show internal directories.
Click to hide internal directories.