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

     1  package plugin2host
     2  
     3  import "github.com/terraform-linters/tflint-plugin-sdk/plugin/internal/plugin2host"
     4  
     5  // Server is the interface that the host should implement when a plugin communicates with the host.
     6  type Server = plugin2host.Server