function API: status for functions (#229)

This commit is contained in:
Janos Dobronszki
2021-10-12 15:35:29 +01:00
committed by GitHub
parent 1caf019cda
commit c4af6d043a
6 changed files with 62 additions and 27 deletions

View File

@@ -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 {