mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2026-02-09 10:25:38 +08:00
阶段性提交
This commit is contained in:
11
internal/rpc/protos/model_node_login.proto
Normal file
11
internal/rpc/protos/model_node_login.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message NodeLogin {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
string type = 3;
|
||||
bytes params = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user