mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
add comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user