소스 검색

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;