Versions in this module Expand all Collapse all v0 v0.4.0 Jul 15, 2026 Changes in this version + type Evaluator struct + func NewEvaluator(expect, fail string) (*Evaluator, error) + func (e *Evaluator) Feed(line string) (Outcome, bool) + func (e *Evaluator) Timeout() Outcome + type Outcome struct + ExitCode int + Matched string + Reason string + type Result struct + ExitCode int + Matched string + Reason string + Result string + SessionID string + func ResultFrom(o Outcome, sessionID string) Result