Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChartsCache = CacheConfig{}
Functions ¶
This section is empty.
Types ¶
type CacheConfig ¶
type CacheConfig struct {
// contains filtered or unexported fields
}
func (*CacheConfig) AddToCache ¶
func (c *CacheConfig) AddToCache(file string)
func (*CacheConfig) FindInCache ¶
func (c *CacheConfig) FindInCache(chart string, version string) (string, error)
func (*CacheConfig) Init ¶
func (c *CacheConfig) Init(dir string) error
func (*CacheConfig) IsEnabled ¶
func (c *CacheConfig) IsEnabled() bool
Click to show internal directories.
Click to hide internal directories.