阶段性提交

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

@@ -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;
}