Migrate some selection policy tests over to v2

This commit is contained in:
Matthew Holt
2019-09-09 21:44:58 -06:00
parent 50e62d06bc
commit b4f4fcd437
4 changed files with 246 additions and 334 deletions

View File

@ -55,7 +55,7 @@ type Transport struct {
// PATH_INFO for the CGI script to use.
SplitPath string `json:"split_path,omitempty"`
// Environment Variables
// Environment variables (TODO: make a map of string to value...?)
EnvVars [][2]string `json:"env,omitempty"`
// The duration used to set a deadline when connecting to an upstream.