Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 477 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 477 Bytes

dynconf

With this package you can configure your Go modules dynamically.

The Dynamic Configuration Listener listens on updates to a configuration file, merges them onto a default configuration, and notifies that the configuration has been updated.

The Dynamic Configuration Manager allows modules to register to a specific part of the configuration, and distributes the relevant parts of the updated configuration to the registered modules.