Files
natpass/code/network/forward.proto
T
lwch 9c6fc85b0c 1. 修改README
2. 修改data消息中的cid字段名
2021-08-18 11:44:19 +08:00

9 lines
126 B
Protocol Buffer

syntax = "proto3";
package network;
option go_package="./;network";
message data {
string lid = 1;
bytes data = 2;
}