Last active
August 3, 2021 21:34
-
-
Save emanb29/d36f40fb108bf9417240d364aeded3f7 to your computer and use it in GitHub Desktop.
FooEvent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| syntax = "proto3"; | |
| package tutorial; | |
| message FooEvent { | |
| string customer_id = 1; | |
| string sensor_id = 2; | |
| string field1 = 3; | |
| string field2 = 4; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment