Documentation
¶
Overview ¶
Package plugin for caching directories using given backends
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ArchiveFormat string
Backend string
CacheKeyTemplate string
RemoteRoot string
LocalRoot string
// Modes
Debug bool
Rebuild bool
Restore bool
// Optional
SkipSymlinks bool
Override bool
CompressionLevel int
StorageOperationTimeout time.Duration
Mount []string
// Backend
S3 s3.Config
FileSystem filesystem.Config
SFTP sftp.Config
Azure azure.Config
GCS gcs.Config
}
Config plugin-specific parameters and secrets.
Click to show internal directories.
Click to hide internal directories.