client: rename to node

This commit is contained in:
Luna Yao
2026-04-06 11:54:01 +02:00
parent 5372596432
commit f5d3443928
5 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -38,6 +38,6 @@ message HeartbeatResponse {
bool resync = 1;
}
service DnsClientMgrRpc {
service DnsNodeMgrRpc {
rpc Heartbeat(HeartbeatRequest) returns (HeartbeatResponse) {}
}