1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-05 18:31:16 +01:00
netbird/encryption/testprotos/testproto.proto
Mikhail Bragin 2172d6f1b9
Extract common server encryption logic ()
* refactor: extract common message encryption logic
* refactor: move letsencrypt logic to common
* refactor: rename common package to encryption
* test: add encryption tests
2021-07-22 15:23:24 +02:00

9 lines
119 B
Protocol Buffer

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