pulumi/sdk/proto/go
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.pb.go Simplify resource provider RPC interface 2017-09-04 11:35:21 -07:00
engine.pb.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
languages.pb.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
provider.pb.go Simplify resource provider RPC interface 2017-09-04 11:35:21 -07:00