mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-25 06:26:35 +08:00
阶段性提交
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user