mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +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 {
|
||||
// The name of the function
|
||||
string name = 1;
|
||||
@@ -115,4 +116,4 @@ message DescribeResponse {
|
||||
string updateTime = 1;
|
||||
string status = 2;
|
||||
string timeout = 3;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user