Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bookkeeping ¶
type Bookkeeping struct {
// contains filtered or unexported fields
}
func NewBookkeeping ¶
func NewBookkeeping(cfg BookkeepingConfig, opts *flags.RootPflagpole, popts *flags.FlowFlagpole) *Bookkeeping
func (*Bookkeeping) Apply ¶
func (M *Bookkeeping) Apply(ctx *hofcontext.Context, runner hofcontext.RunnerFunc) hofcontext.RunnerFunc
func (*Bookkeeping) Run ¶
func (M *Bookkeeping) Run(ctx *hofcontext.Context) (results interface{}, err error)
type BookkeepingConfig ¶
type BookkeepingConfig struct {
Workdir string
}
type Print ¶
type Print struct {
// contains filtered or unexported fields
}
func NewPrint ¶
func NewPrint(opts *flags.RootPflagpole, popts *flags.FlowFlagpole) *Print
func (*Print) Apply ¶
func (M *Print) Apply(ctx *hofcontext.Context, runner hofcontext.RunnerFunc) hofcontext.RunnerFunc
type Progress ¶
type Progress struct {
// contains filtered or unexported fields
}
func NewProgress ¶
func NewProgress(opts *flags.RootPflagpole, popts *flags.FlowFlagpole) *Progress
func (*Progress) Apply ¶
func (M *Progress) Apply(ctx *hofcontext.Context, runner hofcontext.RunnerFunc) hofcontext.RunnerFunc
Click to show internal directories.
Click to hide internal directories.