mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-22 11:17:35 -05: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
303 B
Go
9 lines
303 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/tfplugin6 ProviderClient
|
|
|
|
package mock_tfplugin6
|