Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache is a cache for API keys.
func NewCache ¶
func NewCache( apiKeyLister apiKeyLister, debug *config.DebugConfig, ) *Cache
NewCache creates a new cache.
func (*Cache) GetAPIKeyBySecret ¶ added in v0.21.0
GetAPIKeyBySecret returns an API key by its secret.
Click to show internal directories.
Click to hide internal directories.