# Functions
Configured returns a channel for whenever configuration is refreshed.
DefaultEventsClientProvider returns the default HTTP client with authorization parameters.
GetConfig returns the current configuration.
Init initializes the configuration.
NewConfigurer creates an instance of configurer.
NewFetcher creates a new fetcher with given options.
Refresh refreshes the configuration as the config file is updated.
WithConfigProvider overrides the default config provider.
WithFileEventChan overrides the default file event channel.
WithHTTPClient overrides the default HTTP client with given client.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
Acquired configuration.
Acquired configuration.
Acquired configuration.
Acquired configuration.
No description provided by the author
Acquired configuration.
Acquired configuration.
Acquired configuration.
Acquired configuration.
Acquired configuration.
Acquired configuration.
Acquired configuration.
Acquired configuration.
Acquired configuration.
Acquired configuration.
# Structs
Configuration is used to unmarshal acquired configuration.
Configurer reads and applies configuration from a file.
Fetcher periodically fetches config and caches the config locally.
FetcherOptions allow override of defaults.
Route is a route used for targeting or sampling.
# Type aliases
ConfigProvider is a function that returns configuration.
ConfigurerOption is an option to override defaults.
HTTPClientProvider is a function that returns an HTTP client.