Documentation ¶
Index ¶
- type CFSFile
- type CleanPlan
- type FSClient
- func (fsClient *FSClient) ApplyCleanPlan(cleanPlan *CleanPlan) error
- func (fsClient *FSClient) ApplySyncPlan(syncPlan *SyncPlan) error
- func (fsClient *FSClient) CalcCleanPlan(dir string, label string) (*CleanPlan, error)
- func (fsClient *FSClient) CalcCleanPlans(dir string, label string) ([]*CleanPlan, error)
- func (fsClient *FSClient) CalcSyncPlan(dir string, label string, keepLocal bool) (*SyncPlan, error)
- func (fsClient *FSClient) CalcSyncPlans(dir string, label string, keepLocal bool) ([]*SyncPlan, error)
- func (fsClient *FSClient) Download(colonyName string, fileID string, downloadDir string) error
- func (fsClient *FSClient) DownloadSnapshot(snapshotID string, downloadDir string) error
- func (fsClient *FSClient) RemoveAllFilesWithLabel(label string) error
- func (fsClient *FSClient) RemoveFileByID(colonyName string, fileID string) error
- func (fsClient *FSClient) RemoveFileByName(colonyName string, label string, name string) error
- type FileInfo
- type ProgressWriter
- type S3Client
- func (s3Client *S3Client) Download(filename string, s3Filename string, downloadDir string, ...) error
- func (s3Client *S3Client) Exists(filename string) bool
- func (s3Client *S3Client) Remove(filename string) error
- func (s3Client *S3Client) Upload(dir string, filename string, s3Filename string, filelength int64, ...) error
- type SyncPlan
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSClient ¶
type FSClient struct { Quiet bool // contains filtered or unexported fields }
func CreateFSClient ¶
func (*FSClient) ApplyCleanPlan ¶ added in v1.8.4
func (*FSClient) ApplySyncPlan ¶
func (*FSClient) CalcCleanPlan ¶ added in v1.8.4
func (*FSClient) CalcCleanPlans ¶ added in v1.8.4
func (*FSClient) CalcSyncPlan ¶
func (*FSClient) CalcSyncPlans ¶ added in v1.6.0
func (*FSClient) DownloadSnapshot ¶
func (*FSClient) RemoveAllFilesWithLabel ¶
func (*FSClient) RemoveFileByID ¶
type ProgressWriter ¶ added in v1.7.7
type ProgressWriter struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.