repl

package
v0.0.0-...-67d9101 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2017 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repl

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

Repl encapsulates a series of items used to create a read-evaluate-print loop so that end users can manually enter build instructions.

func NewRepl

func NewRepl(omit []string, log *logger.Logger, vars map[string]string) (*Repl, error)

NewRepl contypes a new Repl.

func (*Repl) Loop

func (r *Repl) Loop()

Loop runs the loop. Returns nil on io.EOF, otherwise errors are forwarded.

Jump to

Keyboard shortcuts

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