feat: with example code

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-26 21:53:54 +02:00
parent 4cb1da85ca
commit 0a048257e2
6 changed files with 160 additions and 106 deletions

View File

@@ -0,0 +1,7 @@
syntax = "proto3";
package examples.example;
message MyEvent {
string my_field = 1;
}