mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info> Signed-off-by: James Humphries <james@james-humphries.co.uk> Co-authored-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
9 lines
393 B
Go
9 lines
393 B
Go
// Copyright (c) The OpenTofu Authors
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
// Copyright (c) 2023 HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//go:generate go run go.uber.org/mock/mockgen -destination mock.go github.com/opentofu/opentofu/internal/tfplugin5 ProviderClient,ProvisionerClient,Provisioner_ProvisionResourceClient,Provisioner_ProvisionResourceServer
|
|
|
|
package mock_tfplugin5
|