Documentation ¶
Overview ¶
Package rpc allows projecting a rpc.ResourceProviderServer into a p.Provider.
The entry point for this package is Provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider(server rpc.ResourceProviderServer) p.Provider
Provider projects a rpc.ResourceProviderServer into a p.Provider.
It is intended that Provider is used to wrap legacy native provider implementations while they are gradually transferred over to pulumi-go-provider based implementations.
Construct, Call and StreamInvoke are not supported and will always return unimplemented.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.