pulumi/pkg/engine
Matt Ellis 865422567c Alow multiple instances of engine.Engine
This refactors the engine so all of the APIs on it are instance
methods on the type instead of raw methods that float around and use
data from a global engine.

A mechcanical change as we remove the global `E` and then make
anything that interacted with that in pkg/engine to be an instance
method and the dealing with the fallout.
2017-08-24 18:09:37 -07:00
..
compiler.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
config_delete.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
config_get.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
config_list.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
config_set.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
deploy.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
destroy.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
engine.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_current.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_info.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_init.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_list.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_remove.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_select.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
pack.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
pack_eval.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
pack_info.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
pack_verify.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
plan.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00