Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin implements drone.Plugin to provide the plugin implementation.
type Settings ¶
type Settings struct { Mode string Root string Filename string Path string FallbackPath string FlushPath string FlushAge int Mount cli.StringSlice Restore bool // DEPRECATED Rebuild bool // DEPRECATED Flush bool // DEPRECATED S3Options s3.Options // contains filtered or unexported fields }
Settings for the plugin.
Click to show internal directories.
Click to hide internal directories.