terraform-provider-gitea/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/doc.go

7 lines
262 B
Go
Raw Normal View History

// Package tf5server implements a server implementation to run
// tfprotov5.ProviderServers as gRPC servers.
//
// Providers will likely be calling tf5server.Serve from their main function to
// start the server so Terraform can connect to it.
package tf5server