# README
Reload
Reload is a Golang library for dynamic reloading config.
Installation
Use Go modules to install Reload.
go get github.com/KyberNetwork/reload
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
# Functions
NewManager returns a new manager.
NewMockReloader creates a new mock instance.
# Structs
Manager handles the reload mechanism.
MockReloader is a mock of Reloader interface.
MockReloaderMockRecorder is the mock recorder for MockReloader.
# Type aliases
NotifierFunc is a helper to create notifiers from functions.
ReloaderFunc is a helper to create reloaders based on functions.