mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-19 14:57:04 +00:00
9 lines
73 B
Protocol Buffer
9 lines
73 B
Protocol Buffer
|
|
syntax = "proto3";
|
|
|
|
package testpb;
|
|
|
|
message M {
|
|
string content = 1;
|
|
}
|