ReloadConfig reloads only the configuration
()
| 336 | |
| 337 | // ReloadConfig reloads only the configuration |
| 338 | func ReloadConfig() { |
| 339 | reloadRuntime(false) |
| 340 | } |
| 341 | |
| 342 | func reloadRuntime(reloadPlugins bool) { |
| 343 | if reloadPlugins { |
nothing calls this directly
no test coverage detected