Versions in this module Expand all Collapse all v3 v3.33.3 Jan 17, 2024 v3.33.2 Jan 17, 2024 Changes in this version + type CloseFunc func(err error) error + type Group struct + Begin string + End string + ErrorOnly bool + func (g Group) WrapWriter(stdOut, _ io.Writer, _ string, tmpl Templater) (io.Writer, io.Writer, CloseFunc) + type Interleaved struct + func (Interleaved) WrapWriter(stdOut, stdErr io.Writer, _ string, _ Templater) (io.Writer, io.Writer, CloseFunc) + type Output interface + WrapWriter func(stdOut, stdErr io.Writer, prefix string, tmpl Templater) (io.Writer, io.Writer, CloseFunc) + func BuildFor(o *ast.Output) (Output, error) + type Prefixed struct + func (Prefixed) WrapWriter(stdOut, _ io.Writer, prefix string, _ Templater) (io.Writer, io.Writer, CloseFunc) + type Templater interface + Replace func(tmpl string) string Other modules containing this package github.com/newrelic-forks/task