app_bootstrap

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 40 Imported by: 1

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

Jump to

Keyboard shortcuts

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