Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExternInterpreter ¶ added in v0.6.0
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 ¶ added in v0.6.0
func Interpreter(i ExternInterpreter) Option
Interpreter associates an interpreter for external code with this context.
Click to show internal directories.
Click to hide internal directories.