mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add comments
This commit is contained in:
@@ -12,7 +12,7 @@ service Function {
|
|||||||
rpc Delete(DeleteRequest) returns (DeleteResponse) {}
|
rpc Delete(DeleteRequest) returns (DeleteResponse) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Call a function
|
// Call a function by name
|
||||||
message CallRequest {
|
message CallRequest {
|
||||||
// Name of the function
|
// Name of the function
|
||||||
string name = 1;
|
string name = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user