Skip to content

Instantly share code, notes, and snippets.

@manishtiwari25
Created March 21, 2022 17:09
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 manishtiwari25/f5e34a69b28e5e4df0c53304bfe3f756 to your computer and use it in GitHub Desktop.
Save manishtiwari25/f5e34a69b28e5e4df0c53304bfe3f756 to your computer and use it in GitHub Desktop.
scalar value types gRPC
syntax = "proto3"
message Something {
string subject = 1;
int32 id = 2;
float floatVar = 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment