crunch/examples/basic-setup/schemas/crunch/example.proto
kjuulh 0a048257e2
feat: with example code
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-09-26 21:53:54 +02:00

8 lines
92 B
Protocol Buffer

syntax = "proto3";
package examples.example;
message MyEvent {
string my_field = 1;
}