mirror of
https://github.com/LukeHagar/plexterraform.git
synced 2025-12-09 12:37:47 +00:00
15 lines
324 B
Go
15 lines
324 B
Go
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
|
|
package reflect
|
|
|
|
import (
|
|
"context"
|
|
"reflect"
|
|
|
|
"github.com/hashicorp/terraform-plugin-framework/attr"
|
|
)
|
|
|
|
func IsGenericAttrValue(ctx context.Context, target interface{}) bool {
|
|
return reflect.TypeOf((*attr.Value)(nil)) == reflect.TypeOf(target)
|
|
}
|