repl

package
v0.99.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2021 License: MIT Imports: 22 Imported by: 0

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

func AddCompilerToMappings(mappings flux.CompilerMappings) error

func LoadQuery

func LoadQuery(q string) (string, error)

LoadQuery returns the Flux query q, except for two special cases: if q is exactly "-", the query will be read from stdin; and if the first character of q is "@", the @ prefix is removed and the contents of the file specified by the rest of q are returned.

Types

type Compiler

type Compiler struct {
	Spec *flux.Spec `json:"spec"`
}

Compiler specific to the Flux REPL

func (Compiler) Compile

func (c Compiler) Compile(ctx context.Context, runtime flux.Runtime) (flux.Program, error)

func (Compiler) CompilerType

func (c Compiler) CompilerType() flux.CompilerType

type REPL

type REPL struct {
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, deps flux.Dependencies) *REPL

func (*REPL) Eval

func (r *REPL) Eval(t string) ([]interpreter.SideEffect, error)

func (*REPL) Input

func (r *REPL) Input(t string) error

func (*REPL) Run

func (r *REPL) Run()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL