阶段性提交

This commit is contained in:
刘祥超
2020-07-30 22:41:49 +08:00
parent 5e37e6e1f0
commit 5924b8a5f3
14 changed files with 1520 additions and 147 deletions

View File

@@ -7,9 +7,10 @@ message NodeGrant {
int64 id = 1;
string name = 2;
string method = 3;
string password = 4;
bool su = 5;
string privateKey = 6;
string description = 7;
int64 nodeId = 8;
string username = 4;
string password = 5;
bool su = 6;
string privateKey = 7;
string description = 8;
int64 nodeId = 9;
}