Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-12-10 16:03:26 +00:00
parent 14f8578107
commit 075ce9c66d
20 changed files with 874 additions and 874 deletions

View File

@@ -135,7 +135,7 @@ type Func struct {
// name of handler in source code
Entrypoint string `json:"entrypoint"`
// associated env vars
EnvVars map[string]string `json:"env_Vars"`
EnvVars map[string]string `json:"env_vars"`
// function name
// limitation: must be unique across projects
Name string `json:"name"`