package value
import "cuelang.org/go/internal/value"
Package value contains functions for converting values to internal types and various other Value-related utilities.
Index ¶
- func ConvertToContext[Ctx *cue.Runtime | *cue.Context](ctx Ctx) *cue.Context
- func ConvertToRuntime(c *cue.Context) *cue.Runtime
- func FromGoType(r *cue.Context, x interface{}) cue.Value
- func FromGoValue(r *cue.Context, x interface{}, nilIsTop bool) cue.Value
- func Make(ctx *adt.OpContext, v adt.Value) cue.Value
- func ToInternal(v cue.Value) (*runtime.Runtime, *adt.Vertex)
- func UnifyBuiltin(v cue.Value, kind string) cue.Value
Functions ¶
func ConvertToContext ¶
func ConvertToRuntime ¶
func FromGoType ¶
func FromGoValue ¶
func Make ¶
Make wraps cue.MakeValue.
func ToInternal ¶
func UnifyBuiltin ¶
UnifyBuiltin returns the given Value unified with the given builtin template.
Source Files ¶
value.go
- Version
- v0.10.0
- Published
- Aug 15, 2024
- Platform
- windows/amd64
- Imports
- 7 packages
- Last checked
- 3 minutes ago –
Tools for package owners.