client_mgr: add

format

client_mgr
This commit is contained in:
Luna Yao
2026-02-21 22:38:36 +01:00
parent b7073504d8
commit dc1e1929c8
5 changed files with 270 additions and 153 deletions
+1 -1
View File
@@ -38,6 +38,6 @@ message HeartbeatResponse {
bool resync = 1;
}
service DnsServerRpc {
service DnsClientMgrRpc {
rpc Heartbeat(HeartbeatRequest) returns (HeartbeatResponse) {}
}