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

@@ -109,6 +109,8 @@ type Func struct {
// go111, go113, go116
// python37, python38, python39
Runtime string `json:"runtime"`
// eg. ACTIVE, DEPLOY_IN_PROGRESS, OFFLINE etc
Status string `json:"status"`
// subfolder path to entrypoint
Subfolder string `json:"subfolder"`
}