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 {
// The name of the function
string name = 1;
@@ -115,4 +116,4 @@ message DescribeResponse {
string updateTime = 1;
string status = 2;
string timeout = 3;
}
}