pulumi/pkg/resource/provider
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
..
component_provider.go Add provider.MainWithOptions helper function (#7598) 2021-07-29 10:31:09 -07:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
host.go Support defining remote components in Go (#6403) 2021-04-16 11:49:21 -07:00
main.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00