Documentation ¶
Overview ¶
Package repl implements the read-eval-print-loop for the command line flux query console.
Index ¶
Constants ¶
View Source
const CompilerType = "REPL"
CompilerType specific to the Flux REPL
Variables ¶
This section is empty.
Functions ¶
func AddCompilerToMappings ¶ added in v0.26.0
func AddCompilerToMappings(mappings flux.CompilerMappings) error
Types ¶
type Compiler ¶ added in v0.26.0
Compiler specific to the Flux REPL
func (Compiler) CompilerType ¶ added in v0.26.0
func (c Compiler) CompilerType() flux.CompilerType
Click to show internal directories.
Click to hide internal directories.