mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 12:04:41 +00:00
function API: status for functions (#229)
This commit is contained in:
@@ -107,6 +107,8 @@ export interface Func {
|
||||
// go111, go113, go116
|
||||
// python37, python38, python39
|
||||
runtime?: string;
|
||||
// eg. ACTIVE, DEPLOY_IN_PROGRESS, OFFLINE etc
|
||||
status?: string;
|
||||
// subfolder path to entrypoint
|
||||
subfolder?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user