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

11 lines
257 B
Go
Raw Normal View History

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