mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-05 08:30:26 +08:00
阶段性提交
This commit is contained in:
15
internal/rpc/protos/model_node_grant.proto
Normal file
15
internal/rpc/protos/model_node_grant.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user