package
1.5.0
Repository: https://github.com/hashicorp/go-cty.git
Documentation: pkg.go.dev

# Functions

FromCtyValue assigns a cty.Value to a reflect.Value, which must be a pointer, using a fixed set of conversion rules.
ImpliedType takes an arbitrary Go value (as an interface{}) and attempts to find a suitable cty.Type instance that could be used for a conversion with ToCtyValue.
ToCtyValue produces a cty.Value from a Go value.