Versions in this module Expand all Collapse all v0 v0.4.8 Mar 28, 2025 v0.4.7 Feb 24, 2025 v0.4.6 Aug 22, 2024 v0.4.5 Aug 22, 2024 v0.4.4 Aug 8, 2024 v0.4.3 Jun 14, 2024 v0.4.2 Jun 14, 2024 v0.4.1 Jun 14, 2024 v0.4.0 Jun 14, 2024 v0.3.9 Jun 14, 2024 v0.3.8 Jun 14, 2024 v0.3.7 Jun 12, 2024 v0.3.6 May 28, 2024 v0.3.5 May 28, 2024 v0.3.4 May 28, 2024 Changes in this version + type Check struct + Cache bool + Operator core.Operator + func NewCheck(operator core.Operator) *Check + type Collect struct + Max int + Stream string + Trim *Trim + func NewCollect() *Collect + func (c *Collect) Process(line string) (final string) + type Command struct + Arguments *args.Arguments + Async bool + Charset string + Collectors map[string]core.Collector + Context context.Context + Counters []core.Counter + Directory string + Echo bool + Environment *Environment + Logics []*core.Logic + Name string + Notifiers []core.Notifier + Pwe bool + Stdin io.Reader + func NewCommand(name string) *Command + func (c *Command) Check(line string) (checked bool, err error) + type Environment struct + Environments []string + System bool + func NewEnvironment() *Environment + type Line struct + Stream string + Total *int + func NewLine(total *int) *Line + type Trim struct + All string + Left string + Right string + Space bool + func NewTrim() *Trim + func (t *Trim) Process(line string) (final string)