mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add comments to describe endpoint in function
This commit is contained in:
@@ -115,7 +115,10 @@ message DescribeRequest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message DescribeResponse {
|
message DescribeResponse {
|
||||||
|
// The time at which the function was updated
|
||||||
string updateTime = 1;
|
string updateTime = 1;
|
||||||
|
// The last known status of the function
|
||||||
string status = 2;
|
string status = 2;
|
||||||
|
// The timeout for requests to the function
|
||||||
string timeout = 3;
|
string timeout = 3;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user