Documentation ¶ Index ¶ func NewRunner(newApi target.NewApi, send target.MsgSend) target.Runner[target.DistHtml] type Runner func (r *Runner) Reload() (err error) func (r *Runner) Run(ctx context.Context, dist target.DistHtml) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewRunner ¶ func NewRunner(newApi target.NewApi, send target.MsgSend) target.Runner[target.DistHtml] Types ¶ type Runner ¶ type Runner struct { // contains filtered or unexported fields } func (*Runner) Reload ¶ func (r *Runner) Reload() (err error) func (*Runner) Run ¶ func (r *Runner) Run(ctx context.Context, dist target.DistHtml) (err error) Source Files ¶ View all Source files run.go Click to show internal directories. Click to hide internal directories.