Discover Packages
github.com/k-cloud-labs/pkg
utils
cue
package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jul 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
OutputNotFoundErr = errors .New ("output not found in cue")
OutputNilErr = errors .New ("output must not be nil")
OutputNotSettableErr = errors .New ("output must be settable")
)
CueDoAndReturn will execute cue code and set execution result to output.
output must not be nil and must be settable.
type Parameter struct {
Name string
Object interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.