mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-07 17:47:14 +00:00
9 lines
73 B
Protocol Buffer
9 lines
73 B
Protocol Buffer
|
|
syntax = "proto3";
|
|
|
|
package testpb;
|
|
|
|
message M {
|
|
string content = 1;
|
|
}
|