mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
use go generate over Makefile
This commit is contained in:
parent
37f8d62319
commit
123c287eb7
5 changed files with 217 additions and 170 deletions
|
|
@ -3,6 +3,8 @@ package mumbleproto;
|
|||
option optimize_for = SPEED;
|
||||
|
||||
message Version {
|
||||
repeated string crypto_modes = 5;
|
||||
|
||||
// 2-byte Major, 1-byte Minor and 1-byte Patch version number.
|
||||
optional uint32 version = 1;
|
||||
// Client release name.
|
||||
|
|
@ -11,7 +13,6 @@ message Version {
|
|||
optional string os = 3;
|
||||
// Client OS version.
|
||||
optional string os_version = 4;
|
||||
repeated string crypto_modes = 5;
|
||||
}
|
||||
|
||||
// Not used. Not even for tunneling UDP through TCP.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue