mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
function API: status for functions (#229)
This commit is contained in:
@@ -81,6 +81,8 @@ message Func {
|
||||
// go111, go113, go116
|
||||
// python37, python38, python39
|
||||
string runtime = 6;
|
||||
// eg. ACTIVE, DEPLOY_IN_PROGRESS, OFFLINE etc
|
||||
string status = 7;
|
||||
}
|
||||
|
||||
message ListResponse {
|
||||
|
||||
Reference in New Issue
Block a user