package
0.0.0-20241224121820-847fb65f4f5b
Repository: https://github.com/rubyniu105/framework.git
Documentation: pkg.go.dev
# 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.