Created
May 3, 2019 13:12
-
-
Save kyriediculous/4b163fb9e512e5132a6a17d0d0f6edce to your computer and use it in GitHub Desktop.
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
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