Documentation ¶
Overview ¶
Package value contains functions for converting values to internal types and various other Value-related utilities.
Index ¶
- func ConvertToContext(r *cue.Runtime) *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 MakeError(r *runtime.Runtime, err errors.Error) cue.Value
- func ToInternal(v cue.Value) (*runtime.Runtime, *adt.Vertex)
- func UnifyBuiltin(v cue.Value, kind string) cue.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.