Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + type StderrFormatter struct + func (sf *StderrFormatter) Write(buf []byte) (int, error) + type StdoutFormatter struct + func (sf *StdoutFormatter) Write(buf []byte) (int, error) + type StreamFormatter struct + func NewJSONStreamFormatter() *StreamFormatter + func NewStreamFormatter() *StreamFormatter + func (sf *StreamFormatter) FormatError(err error) []byte + func (sf *StreamFormatter) FormatProgress(id, action string, progress *jsonmessage.JSONProgress, aux interface{}) []byte + func (sf *StreamFormatter) FormatStatus(id, format string, a ...interface{}) []byte + func (sf *StreamFormatter) FormatStream(str string) []byte + func (sf *StreamFormatter) NewProgressOutput(out io.Writer, newLines bool) progress.Output