Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-10-26 16:12:50 +00:00
parent d16feae02b
commit 7cbd26b388
4 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ type DeployRequest struct {
// entry point, ie. handler name in the source code
// if not provided, defaults to the name parameter
Entrypoint string `json:"entrypoint"`
// environment variables to pass in
// environment variables to pass in at runtime
EnvVars map[string]string `json:"envVars"`
// function name
Name string `json:"name"`