mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
function API: status for functions (#229)
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user