Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EmptyString ¶
Types ¶
type Bool ¶
func BoolVar ¶
func BoolVar(path StringValue) Bool
func WhenExecute ¶
func WhenExecute(expr StringValue) Bool
type Interface ¶
type Interface func(*types.Context) InterfaceValue
func AnyOutput ¶
func AnyOutput(task, path StringValue) Interface
func AnyVar ¶
func AnyVar(path StringValue) Interface
type InterfaceValue ¶
type InterfaceValue func() (interface{}, error)
type String ¶
type String func(*types.Context) StringValue
func Format ¶
func Format(format StringValue, fs ...InterfaceValue) String
func StringOutput ¶
func StringOutput(task, path StringValue) String
func StringVar ¶
func StringVar(path StringValue) String
type StringValue ¶
Click to show internal directories.
Click to hide internal directories.