Skip to content

Instantly share code, notes, and snippets.

@atul161
Created January 30, 2020 11:56
Show Gist options
  • Save atul161/a634fb96494915f031caa9b75ebdf829 to your computer and use it in GitHub Desktop.
Save atul161/a634fb96494915f031caa9b75ebdf829 to your computer and use it in GitHub Desktop.
//This message contain all the information related employee
message Employee{
//name will be the name of an employee
string name = 1;
//id is the unique id for each employee
int32 id = 2;
string email = 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment