Versions in this module Expand all Collapse all v0 v0.1.0 Sep 14, 2026 Changes in this version + func HasFailures(results []Result) bool + func Print(w io.Writer, results []Result) + type Checker struct + Contract *contract.Contract + Logger *slog.Logger + func New(c *contract.Contract) *Checker + func (c *Checker) RunAll(ctx context.Context) []Result + type Result struct + Err error + Message string + Name string + Status Status + func (r Result) String() string + type Status string + const StatusFail + const StatusPass + const StatusSkipped + const StatusWarn