terraform-provider-gitea/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/fromproto/string_kind.go

11 lines
257 B
Go
Raw Normal View History

package fromproto
import (
"github.com/hashicorp/terraform-plugin-go/tfprotov6"
"github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tfplugin6"
)
func StringKind(in tfplugin6.StringKind) tfprotov6.StringKind {
return tfprotov6.StringKind(in)
}