From 6713c12477a0b1f40246eb2cf6cf6eeb412b5f2e Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 11 Oct 2021 13:54:06 +0100 Subject: [PATCH] add comments --- function/proto/function.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;