github.com/terraform-linters/tflint-plugin-sdk@v0.22.0/plugin/plugin2host/doc.go (about) 1 // Package plugin2host exposes a gRPC server for use on a host (TFLint). 2 // 3 // The implementation details are hidden in internal/plugin2host and 4 // the exposed ones are minimal. They are not intended to be used by plugins. 5 // For that reason, this package is subject to breaking changes without notice, 6 // and the changes do not follow the SDK versioning policy. 7 package plugin2host