value

package
v0.13.0-alpha.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package value contains functions for converting values to internal types and various other Value-related utilities.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Context

func Context[Ctx *cue.Runtime | *cue.Context | cue.Value | *adt.OpContext](ctx Ctx) *cue.Context

Context returns the cue.Context of the given argument.

func FromGoType

func FromGoType(r *cue.Context, x interface{}) cue.Value

func FromGoValue

func FromGoValue(r *cue.Context, x interface{}, nilIsTop bool) cue.Value

func Make

func Make(ctx *adt.OpContext, v adt.Value) cue.Value

Make wraps cue.MakeValue.

func OpContext

func OpContext[Ctx *cue.Runtime | *cue.Context | cue.Value](c Ctx) *adt.OpContext

OpContext returns an OpContext with proper node formatting initialized.

func ToInternal

func ToInternal(v cue.Value) (*runtime.Runtime, *adt.Vertex)

func UnifyBuiltin

func UnifyBuiltin(v cue.Value, kind string) cue.Value

UnifyBuiltin returns the given Value unified with the given builtin template.

func Vertex

func Vertex(v cue.Value) *adt.Vertex

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳