Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runtime ¶ added in v0.2.8
type Runtime struct { // Setup options Entrypoints []string Expressions []string // Cue ralated CueRT *cue.Runtime BuildInstances []*build.Instance CueInstances []*cue.Instance TopLevelValues []cue.Value TopLevelStructs []*cue.Struct // Hof related Generators map[string]*gen.Generator Shadow map[string]*gen.File // contains filtered or unexported fields }
func NewRuntime ¶ added in v0.2.8
func (*Runtime) ExtractHofItems ¶ added in v0.2.8
func (R *Runtime) ExtractHofItems()
func (*Runtime) LoadGenerators ¶ added in v0.2.8
func (*Runtime) PrintMergeConflicts ¶ added in v0.2.8
func (R *Runtime) PrintMergeConflicts()
func (*Runtime) PrintStats ¶ added in v0.2.8
func (R *Runtime) PrintStats()
func (*Runtime) RunGenerators ¶ added in v0.2.8
func (*Runtime) WriteOutput ¶ added in v0.2.8
Click to show internal directories.
Click to hide internal directories.