pulumi/sdk/proto/go
Alex Clemmer cd86475009 Add `GetAnalyzerInfo` to Analyzer gRPC definition
`GetAnalyzerInfo` is an RPC command that allows the Pulumi CLI to ask an
`Analyzer` for metadata about the resource policies it defines.

This is useful because the Pulumi service needs to be able to render
metadata about a policy pack after the user runs a `pulumi policy
publish`. Since we don't execute code on the server, the first step of
`policy publish` is to interrogate the policy pack program about what
policies it has, so that this metadata can be sent to the server, along
with a packed version of those policies.
2019-07-16 00:58:33 -07:00
..
analyzer.pb.go Add `GetAnalyzerInfo` to Analyzer gRPC definition 2019-07-16 00:58:33 -07:00
engine.pb.go Addition of Custom Timeouts (#2885) 2019-07-16 00:26:28 +03:00
errors.pb.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
language.pb.go Addition of Custom Timeouts (#2885) 2019-07-16 00:26:28 +03:00
plugin.pb.go Addition of Custom Timeouts (#2885) 2019-07-16 00:26:28 +03:00
provider.pb.go Addition of Custom Timeouts (#2885) 2019-07-16 00:26:28 +03:00
resource.pb.go Addition of Custom Timeouts (#2885) 2019-07-16 00:26:28 +03:00