mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
config: add RPC command to reload config
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -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) {}
|
||||
}
|
Reference in New Issue
Block a user