add comments

This commit is contained in:
Asim Aslam
2021-10-11 13:54:06 +01:00
parent 41bc012cc3
commit 6713c12477

View File

@@ -12,7 +12,7 @@ service Function {
rpc Delete(DeleteRequest) returns (DeleteResponse) {}
}
// Call a function
// Call a function by name
message CallRequest {
// Name of the function
string name = 1;