mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-21 01:36:46 +00:00
10 lines
130 B
Protocol Buffer
10 lines
130 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package testprotos;
|
|
|
|
option go_package = "encryption/testprotos";
|
|
|
|
message TestMessage {
|
|
string body = 1;
|
|
}
|