pulumi/pkg/resource
James Nugent 11fc7e7f2b
Add provider.MainWithOptions helper function (#7598)
This commit adds a new counterpart to `ComponentMain` which accepts
an options struct for specifying callback functions. Currently it
supports `construct` (for components) and `call` (for methods), but is
extensible in a non-breaking fashion in future to support all other
provider methods as they become useful to implement.

The original `ComponentMain` still exists, though it may be desirable to
deprecate it in future in favor of `MainWithOptions`.
2021-07-29 10:31:09 -07:00
..
analyzer [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
deploy Respect provider aliases (#7166) 2021-07-28 12:12:53 -07:00
edit [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
graph [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
provider Add provider.MainWithOptions helper function (#7598) 2021-07-29 10:31:09 -07:00
stack Error instead of assert on invalid resource in state file (#7065) 2021-05-17 09:47:28 +01:00
testdata support jar files 2020-08-10 14:15:35 -07:00