Versions in this module Expand all Collapse all v0 v0.0.0 Aug 1, 2022 Changes in this version + type Bookkeeping struct + func NewBookkeeping(cfg BookkeepingConfig, opts *flags.RootPflagpole, popts *flags.FlowFlagpole) *Bookkeeping + func (M *Bookkeeping) Apply(ctx *hofcontext.Context, runner hofcontext.RunnerFunc) hofcontext.RunnerFunc + func (M *Bookkeeping) Run(ctx *hofcontext.Context) (results interface{}, err error) + type BookkeepingConfig struct + Workdir string + type Print struct + func NewPrint(opts *flags.RootPflagpole, popts *flags.FlowFlagpole) *Print + func (M *Print) Apply(ctx *hofcontext.Context, runner hofcontext.RunnerFunc) hofcontext.RunnerFunc + func (M *Print) Run(ctx *hofcontext.Context) (results interface{}, err error) + type Progress struct + func NewProgress(opts *flags.RootPflagpole, popts *flags.FlowFlagpole) *Progress + func (M *Progress) Apply(ctx *hofcontext.Context, runner hofcontext.RunnerFunc) hofcontext.RunnerFunc + func (M *Progress) Run(ctx *hofcontext.Context) (results interface{}, err error)