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 }
Click to show internal directories.
Click to hide internal directories.