Lines Matching defs:Env
56 type Env struct { struct59 Name string60 OS string // target OS61 Arch string // target arch62 Workdir string63 Image string64 SSHKey string65 SSHUser string66 Debug bool67 Config []byte // json-serialized VM-type-specific config85 func Create(typ string, env *Env) (Pool, error) {