Skip to content

Commit a684191

Browse files
committed
add rpc to provider server
1 parent 841772d commit a684191

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tfprotov5/provider.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ type ProviderServer interface {
3838
// down as quickly as possible, and usually represents an interrupt.
3939
StopProvider(context.Context, *StopProviderRequest) (*StopProviderResponse, error)
4040

41+
GenerateResourceConfig(context.Context, *GenerateResourceConfigRequest) (*GenerateResourceConfigResponse, error)
42+
4143
// ResourceServer is an interface encapsulating all the
4244
// resource-related RPC requests. ProviderServer implementations must
4345
// implement them, but they are a handy interface for defining what a

0 commit comments

Comments
 (0)