github.com/pulumi/terraform@v1.4.0/pkg/plugin6/doc.go (about) 1 package plugin6 2 3 // plugin6 builds on types in package plugin to include support for plugin 4 // protocol v6. The main gRPC functions use by terraform (and initialized in 5 // init.go), such as Serve, are in the plugin package. The version of those 6 // functions in this package are used by various mocks and in tests. 7 8 // When provider protocol v5 is deprecated, some functions may need to be moved 9 // here, or the existing functions updated, before removing the plugin pacakge.