Documentation ¶
Index ¶
- Constants
- func DiffValue(orig, next cue.Value, opts *Options) (cue.Value, error)
- func FormatCueError(err error) string
- func GetLabel(val cue.Value) cue.Selector
- func InsertValue(ins, val cue.Value, opts *Options) (cue.Value, error)
- func LoadCueInputs(entrypoints []string, ctx *cue.Context, cfg *load.Config) (cue.Value, error)
- func MaskValue(mask, val cue.Value, opts *Options) (cue.Value, error)
- func PatchValue(patch, val cue.Value, opts *Options) (cue.Value, error)
- func PickValue(pick, from cue.Value, opts *Options) (cue.Value, error)
- func ReplaceValue(repl, val cue.Value, opts *Options) (cue.Value, error)
- func RequireValue(require, from cue.Value, opts *Options) error
- func UpsertValue(up, val cue.Value, opts *Options) (cue.Value, error)
- func Walk(v cue.Value, before func(cue.Value) bool, after func(cue.Value), ...)
- type Input
- type Options
Constants ¶
View Source
const ( LIST_ERR listProc = iota // unknown arg LIST_AND // all apply LIST_OR // any apply LIST_PER // pairwise )
Variables ¶
This section is empty.
Functions ¶
func FormatCueError ¶
func LoadCueInputs ¶
Loads the entrypoints using the context provided returns the value from the load after validating it
func RequireValue ¶
RequireValue uses 'require' to require a subvalue from 'from' by checking if values unify
Types ¶
Click to show internal directories.
Click to hide internal directories.