diff --git a/function/proto/function.proto b/function/proto/function.proto index 3865030..2364371 100644 --- a/function/proto/function.proto +++ b/function/proto/function.proto @@ -126,6 +126,7 @@ message DescribeResponse { string timeout = 3; } +// Update a function message UpdateRequest { // function name string name = 1;