Versions in this module Expand all Collapse all v1 v1.7.0 Jun 18, 2015 Changes in this version + func DisplayJSONMessagesStream(in io.Reader, out io.Writer, terminalFd uintptr, isTerminal bool) error + type JSONError struct + Code int + Message string + func (e *JSONError) Error() string + type JSONMessage struct + Error *JSONError + ErrorMessage string + From string + ID string + Progress *JSONProgress + ProgressMessage string + Status string + Stream string + Time int64 + func (jm *JSONMessage) Display(out io.Writer, isTerminal bool) error + type JSONProgress struct + Current int + Start int64 + Total int + func (p *JSONProgress) String() string