mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 07:33:32 -06:00
ea558d9d4b
Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com> Signed-off-by: Christian Mesh <christianmesh1@gmail.com> Co-authored-by: Christian Mesh <christianmesh1@gmail.com>
15 lines
619 B
Go
15 lines
619 B
Go
// Copyright (c) The OpenTofu Authors
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
// Copyright (c) 2023 HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
package plugin6
|
|
|
|
// plugin6 builds on types in package plugin to include support for plugin
|
|
// protocol v6. The main gRPC functions use by tofu (and initialized in
|
|
// init.go), such as Serve, are in the plugin package. The version of those
|
|
// functions in this package are used by various mocks and in tests.
|
|
|
|
// When provider protocol v5 is deprecated, some functions may need to be moved
|
|
// here, or the existing functions updated, before removing the plugin package.
|