Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements retrieving and caching of config store parameters.
type Option ¶
type Option func(opts *Client)
Option is a config client instance option.
func WithCacheLifetime ¶
WithCacheLifetime option defines the lifetime of an object in the cache.
func WithCacheSize ¶
WithCacheSize option defines the cache size.
Click to show internal directories.
Click to hide internal directories.