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 +}