Skip to content

Instantly share code, notes, and snippets.

@corlaez
Created June 11, 2018 16:31
Show Gist options
  • Save corlaez/ddd8794fbb397700b50254bf315976fc to your computer and use it in GitHub Desktop.
Save corlaez/ddd8794fbb397700b50254bf315976fc to your computer and use it in GitHub Desktop.
How does an empty message looks like in protobuffers
syntax = "proto3";
package com.corlaez;
message EmptyEvent {
}
@corlaez
Copy link
Author

corlaez commented Jun 11, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment