Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngredientCall ¶
type IngredientCall struct {
// contains filtered or unexported fields
}
IngredientCall is used to evaluate ingredient() function calls and publishes the ingredient in question if it is not already published.
func NewIngredientCall ¶
func NewIngredientCall( prime primeable, script *buildscript.BuildScript, funcCall *buildscript.FuncCall, ) *IngredientCall
func (*IngredientCall) Resolve ¶
func (i *IngredientCall) Resolve() error
Resolve will check if the ingredient call refers to an existing ingredient, and if not will create it and update the buildscript accordingly.
Click to show internal directories.
Click to hide internal directories.