Versions in this module Expand all Collapse all v0 v0.0.2 Sep 22, 2021 Changes in this version + type HumanResultWriter struct + func New(out io.Writer, opts ...Option) *HumanResultWriter + func (w *HumanResultWriter) WriteResult(result *api.CheckResult) error + type Option func(w *HumanResultWriter) + func WithColors(colors bool) Option + func WithMode(mode OutputMode) Option + type OutputMode int + const OutputModeEmoji + const OutputModeText + func (m OutputMode) String() string