env

package
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2018 License: Apache-2.0 Imports: 1 Imported by: 52

Documentation

Index

Constants

View Source
const (
	FILLERS = iota
	PROCESSED_FILLERS
	RESOLVED_VARS
)
View Source
const (
	REQUIRED_AND_SUGGESTED_PARAMS = iota
	REQUIRED_PARAMS_ONLY
	ALL_PARAMS
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Compiling

type Compiling interface {
	LookupCommandFunc() func(...string) interface{}
	AliasFunc() func(paramPath, alias string) string
	MissingHolesFunc() func(string, []string, bool) string
	ParamsMode() int
	Push(int, ...map[string]interface{})
	Get(int) map[string]interface{}
	// contains filtered or unexported methods
}

type Running

type Running interface {
	Context() map[string]interface{}
	IsDryRun() bool
	SetDryRun(b bool)
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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