Skip to content

Instantly share code, notes, and snippets.

@kyriediculous
Created May 3, 2019 13:25
Show Gist options
  • Save kyriediculous/36fe161830a70fdfc680330ec2ea81df to your computer and use it in GitHub Desktop.
Save kyriediculous/36fe161830a70fdfc680330ec2ea81df to your computer and use it in GitHub Desktop.
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