Skip to content

Instantly share code, notes, and snippets.

@kyriediculous
Created May 3, 2019 13:30
Show Gist options
  • Save kyriediculous/69a079373e7e2a854448a60dce27bfa4 to your computer and use it in GitHub Desktop.
Save kyriediculous/69a079373e7e2a854448a60dce27bfa4 to your computer and use it in GitHub Desktop.
message DeleteBlogReq {
string id = 1;
}
message DeleteBlogRes {
bool success = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment