github.com/terraform-linters/tflint-plugin-sdk@v0.22.0/plugin/host2plugin/doc.go (about)

     1  // Package host2plugin exposes a gRPC client for use on a host (TFLint).
     2  //
     3  // The implementation details are hidden in internal/host2plugin 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 host2plugin