]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/terraform/helper/plugin/doc.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / terraform / helper / plugin / doc.go
1 // Package plugin contains types and functions to help Terraform plugins
2 // implement the plugin rpc interface.
3 // The primary Provider type will be responsible for converting from the grpc
4 // wire protocol to the types and methods known to the provider
5 // implementations.
6 package plugin