config: add RPC command to reload config

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2022-09-24 10:57:38 +02:00
parent d77bf9d479
commit f665c82b43
7 changed files with 126 additions and 1 deletions

View File

@@ -38,4 +38,5 @@ service Daemon {
rpc GetStatus(StatusParams) returns (StatusResp) {}
rpc SetConfig(SetConfigParams) returns (Empty) {}
rpc GetConfig(GetConfigParams) returns (GetConfigResp) {}
rpc ReloadConfig(Empty) returns (Empty) {}
}