mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add env vars to functions (#246)
This commit is contained in:
@@ -49,6 +49,8 @@ message DeployRequest {
|
||||
// go111, go113, go116
|
||||
// python37, python38, python39
|
||||
string runtime = 6;
|
||||
// environment variables to pass in
|
||||
map<string,string> env_vars = 7;
|
||||
}
|
||||
|
||||
message DeployResponse {
|
||||
|
||||
Reference in New Issue
Block a user