浏览代码

Update node.proto

Alex 4 年之前
父节点
当前提交
3a2bccc249
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      grpc/node.proto

+ 1 - 0
grpc/node.proto

@@ -21,6 +21,7 @@ message LoginRequest {
 
 message LoginResponse { string accesstoken = 1; }
 
+// AUDIT: Consider moving node configurations to a single JSON string.
 message Node {
     string id = 1;
     string name = 2;