pulumi/pkg/resource/plugin
joeduffy e5f229aad8 Use Location.Read from plugin host
This addresses CR feedback from @lukehoban; namely, that we should
be going through the Read API for location reads in the plugin host
to ensure that getters are invoked as appropriate.

I also made Location's various fields private so that we aren't
tempted to make this mistake elsewhere, effectively "forcing" us
to go through the accessor methods.
2017-06-21 08:43:05 -07:00
..
analyzer.go Make more progress on the new deployment model 2017-06-13 07:10:13 -07:00
analyzer_plugin.go Introduce an interface to read config 2017-06-20 19:45:07 -07:00
check.go More progress on pulumi/lumi#90 2017-06-13 07:10:13 -07:00
context.go Introduce an interface to read config 2017-06-20 19:45:07 -07:00
host.go Use Location.Read from plugin host 2017-06-21 08:43:05 -07:00
host_rpc.go Introduce an interface to read config 2017-06-20 19:45:07 -07:00
plugin.go Introduce an interface to read config 2017-06-20 19:45:07 -07:00
provider.go More progress on pulumi/lumi#90 2017-06-13 07:10:13 -07:00
provider_plugin.go Introduce an interface to read config 2017-06-20 19:45:07 -07:00
rpc.go Only mark immediate outputs as outputs 2017-06-13 07:10:13 -07:00