DNS节点增加在线状态通知

This commit is contained in:
GoEdgeLab
2021-08-08 10:29:27 +08:00
parent 485bdc1b2e
commit c0e524d543
8 changed files with 476 additions and 49 deletions

View File

@@ -14,6 +14,7 @@ message Message {
bytes paramsJSON = 5;
bool isRead = 6;
int64 createdAt = 7;
string role = 8;
NodeCluster nodeCluster = 30;
Node node = 31;