Files
netbird/proto/testprotos/testproto.proto
2025-04-09 20:39:32 +01:00

10 lines
130 B
Protocol Buffer

syntax = "proto3";
package testprotos;
option go_package = "encryption/testprotos";
message TestMessage {
string body = 1;
}