We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520d7fc commit 1b21ca0Copy full SHA for 1b21ca0
tfprotov5/provider.go
@@ -38,6 +38,8 @@ type ProviderServer interface {
38
// down as quickly as possible, and usually represents an interrupt.
39
StopProvider(context.Context, *StopProviderRequest) (*StopProviderResponse, error)
40
41
+ GenerateResourceConfig(context.Context, *GenerateResourceConfigRequest) (*GenerateResourceConfigResponse, error)
42
+
43
// ResourceServer is an interface encapsulating all the
44
// resource-related RPC requests. ProviderServer implementations must
45
// implement them, but they are a handy interface for defining what a
0 commit comments