diff --git a/function/proto/function.proto b/function/proto/function.proto index c256e73..24ee869 100644 --- a/function/proto/function.proto +++ b/function/proto/function.proto @@ -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;