Documentation ¶
Index ¶
- type APIConfigsCache
- func (c *APIConfigsCache) Delete(id string)
- func (c *APIConfigsCache) FindId(key string) (id string, found bool)
- func (c *APIConfigsCache) FindKeys(id string) []string
- func (c *APIConfigsCache) Get(key string) *config.APIConfig
- func (c *APIConfigsCache) Set(id string, key string, config config.APIConfig, override bool) error
- type Cache
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIConfigsCache ¶ added in v0.2.0
type APIConfigsCache struct {
// contains filtered or unexported fields
}
func (*APIConfigsCache) Delete ¶ added in v0.2.0
func (c *APIConfigsCache) Delete(id string)
func (*APIConfigsCache) FindId ¶ added in v0.2.0
func (c *APIConfigsCache) FindId(key string) (id string, found bool)
func (*APIConfigsCache) FindKeys ¶ added in v0.2.0
func (c *APIConfigsCache) FindKeys(id string) []string
Click to show internal directories.
Click to hide internal directories.