Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MRun = app_msg.Apply(&msgRun{}).(*msgRun)
)
Functions ¶
This section is empty.
Types ¶
type Bootstrap ¶
type Bootstrap interface {
// Parse arguments for recipe & common values
Parse(args ...string) (rcp rc_recipe.Spec, com *rc_spec.CommonValues)
// Parse arguments for common values only
ParseCommon(args []string, ignoreErrors bool) (rem []string, com *rc_spec.CommonValues)
// Run recipe
Run(rcp rc_recipe.Spec, com *rc_spec.CommonValues)
}
Mutable object for running recipe
func NewBootstrap ¶
func NewBootstrap() Bootstrap
Click to show internal directories.
Click to hide internal directories.