Versions in this module Expand all Collapse all v1 v1.7.0 Jun 18, 2015 v1.6.0 Apr 16, 2015 Changes in this version + type Config struct + Action string + Current int + Formatter StreamFormatter + ID string + In io.ReadCloser + LastUpdate int + NewLines bool + Out io.Writer + Size int + func New(newReader Config) *Config + func (config *Config) Close() error + func (config *Config) Read(p []byte) (n int, err error) + type JSONProg struct + Current int + Total int + func (j *JSONProg) GetCurrent() int + func (j *JSONProg) GetTotal() int + type PR_JSONProgress interface + GetCurrent func() int + GetTotal func() int + type StreamFormatter interface + FormatError func(error) []byte + FormatProg func(string, string, interface{}) []byte + FormatStatus func(string, string, ...interface{}) []byte