mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
9 lines
126 B
Protocol Buffer
9 lines
126 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package network;
|
|
option go_package="./;network";
|
|
|
|
message data {
|
|
string cid = 1;
|
|
bytes data = 2;
|
|
} |