Created
May 3, 2019 13:25
-
-
Save kyriediculous/36fe161830a70fdfc680330ec2ea81df to your computer and use it in GitHub Desktop.
This file contains 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 ReadBlogReq { | |
string id = 1; | |
} | |
message ReadBlogRes { | |
Blog blog = 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment