Skip to content

Instantly share code, notes, and snippets.

@kyriediculous
Created May 3, 2019 13:12
Show Gist options
  • Save kyriediculous/4b163fb9e512e5132a6a17d0d0f6edce to your computer and use it in GitHub Desktop.
Save kyriediculous/4b163fb9e512e5132a6a17d0d0f6edce to your computer and use it in GitHub Desktop.
message Blog {
string id = 1;
string author_id = 2;
string title = 3;
string content= 4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment