mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
Update function.proto
This commit is contained in:
@@ -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;
|
||||||
@@ -115,4 +116,4 @@ message DescribeResponse {
|
|||||||
string updateTime = 1;
|
string updateTime = 1;
|
||||||
string status = 2;
|
string status = 2;
|
||||||
string timeout = 3;
|
string timeout = 3;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user