repl

package
v0.5.7 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2017 License: Apache-2.0 Imports: 9 Imported by: 2

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) (*Repl, error)

NewRepl constructs a new Repl.

func (*Repl) Loop

func (r *Repl) Loop() error

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