Skip to content

Instantly share code, notes, and snippets.

@Loschcode
Last active July 22, 2022 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Loschcode/0086d2880f8bc4f5e68336b8dd482eca to your computer and use it in GitHub Desktop.
Save Loschcode/0086d2880f8bc4f5e68336b8dd482eca to your computer and use it in GitHub Desktop.
syntax = "proto3";
package rpc.my_package;
service MyService {
rpc GetSomething(GetSomethingRequest) returns (GetSomethingResponse) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment