# Functions
NewRegistry initializes and returns a reload registry.
# Variables
Register holds a registry of reloadable objects.
# Structs
ConfigWithMeta holds a pair of common.Config and optional metadata for it.
Registry of reloadable objects and lists.
# Interfaces
Reloadable provides a method to reload the configuration of an entity.
ReloadableList provides a method to reload the configuration of a list of entities.
# Type aliases
ReloadableFunc wraps a custom function in order to implement the Reloadable interface.