further func comment for env var

This commit is contained in:
Asim Aslam
2021-10-26 17:07:35 +01:00
parent 49596aefe8
commit 1a40bf6a38

View File

@@ -49,7 +49,7 @@ message DeployRequest {
// go111, go113, go116
// python37, python38, python39
string runtime = 6;
// environment variables to pass in
// environment variables to pass in at runtime
map<string,string> env_vars = 7;
}