From 1635d181bc23930cdcb324aa0506ec209f752c28 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 26 Oct 2021 07:43:58 +0100 Subject: [PATCH] Update function.proto --- function/proto/function.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/function/proto/function.proto b/function/proto/function.proto index 8e6c453..5b37e53 100644 --- a/function/proto/function.proto +++ b/function/proto/function.proto @@ -104,6 +104,7 @@ message DeleteResponse { } +// Get the info for a deployed function message DescribeRequest { // The name of the function string name = 1; @@ -115,4 +116,4 @@ message DescribeResponse { string updateTime = 1; string status = 2; string timeout = 3; -} \ No newline at end of file +}