pulumi/pkg/resource/plugin
joeduffy 70d0fac1c0 Simplify resource provider RPC interface
This change simplifies the provider RPC interface slightly:

1) Eliminate Get.  We really don't need it anymore.  There are
   several possibly-interesting scenarios down the road that may
   demand it, but when we get there, we can consider how best to
   bring this back.  Furthermore, the old-style Get remains mostly
   incompatible with Terraform anyway.

2) Pass URNs, not type tokens, across the RPC boundary.  This gives
   the provider access to more interesting information: the type,
   still, but also the name (which is no longer an object property).
2017-09-04 11:35:21 -07:00
..
analyzer.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
analyzer_plugin.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
check.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
context.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
host.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
host_server.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
langruntime.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
langruntime_plugin.go Rename Lumi.yaml to Pulumi.yaml 2017-09-04 11:35:21 -07:00
plugin.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
provider.go Simplify resource provider RPC interface 2017-09-04 11:35:21 -07:00
provider_plugin.go Simplify resource provider RPC interface 2017-09-04 11:35:21 -07:00
rpc.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
rpc_test.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00