crunch/examples/basic-setup/schemas/crunch/includes/my_include.proto
kjuulh c32aab5630
feat: generate with serializers
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-09-24 21:09:40 +02:00

8 lines
99 B
Protocol Buffer

syntax = "proto3";
package basic.includes.my_include;
message MyInclude {
string name = 1;
}