Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCacheDisabled = errors.New("cache is disabled") ErrChartNotFound = errors.New("chart not found") )
View Source
var ChartsCache = Config{}
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.28.1
type Config struct {
// contains filtered or unexported fields
}
func (*Config) AddToCache ¶ added in v0.28.1
func (*Config) FindInCache ¶ added in v0.28.1
type NotCreatedError ¶ added in v0.30.2
func (NotCreatedError) Error ¶ added in v0.30.2
func (err NotCreatedError) Error() string
func (NotCreatedError) Is ¶ added in v0.30.2
func (NotCreatedError) Is(target error) bool
func (NotCreatedError) Unwrap ¶ added in v0.30.2
func (err NotCreatedError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.