github.com/terraform-linters/tflint-plugin-sdk@v0.22.0/plugin/doc.go (about) 1 // Package plugin contains the implementations needed to make 2 // the built binary act as a plugin. 3 // 4 // A plugin is implemented as an gRPC server and the host acts 5 // as the client, sending analysis requests to the plugin. 6 // 7 // See internal/host2plugin for implementation details. 8 package plugin