Update function.proto

This commit is contained in:
Asim Aslam
2021-10-26 07:43:58 +01:00
committed by GitHub
parent c70dabf4a0
commit 1635d181bc

View File

@@ -104,6 +104,7 @@ message DeleteResponse {
} }
// Get the info for a deployed function
message DescribeRequest { message DescribeRequest {
// The name of the function // The name of the function
string name = 1; string name = 1;