Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CacheConfig ¶
type CacheConfig struct { CacheDir string // contains filtered or unexported fields }
CacheConfig contains the configuration data for a bump renovator.
type Option ¶
type Option func(cfg *CacheConfig) error
Option sets a config option on a CacheConfig.
func WithCacheDir ¶
WithCacheDir sets the desired target directory for cache artifacts to be fetched to.
Click to show internal directories.
Click to hide internal directories.