package cuecontext
import "cuelang.org/go/cue/cuecontext"
Index ¶
Functions ¶
func New ¶
New creates a new Context.
Types ¶
type ExternInterpreter ¶
type ExternInterpreter = runtime.Interpreter
An ExternInterpreter creates a compiler that can produce implementations of functions written in a language other than CUE. It is currently for internal use only.
type Option ¶
type Option struct {
// contains filtered or unexported fields
}
Option controls a build context.
func Interpreter ¶
func Interpreter(i ExternInterpreter) Option
Interpreter associates an interpreter for external code with this context.
Source Files ¶
cuecontext.go
- Version
- v0.6.0-beta.1
- Published
- Jul 28, 2023
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 1 hour ago –
Tools for package owners.