Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// Template of the cache entry.
Template string
// The registry to use which defaults to "~".
Registry string
// ID of the cache entry to save.
ID string
// Key of the cache entry to save, this can be a template string.
Key string
// Fallback keys to use, this is a comma delimited list of key template strings.
FallbackKeys []string
// Paths to remove.
Paths []string
}
Click to show internal directories.
Click to hide internal directories.