Documentation ¶ Index ¶ type Response func Error(err error) Response func Progress(in runner.RecordingProgress) Response func Report(rep *runner.Report) Response func (r Response) EncodeJSON(w io.Writer) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Response ¶ type Response struct { // contains filtered or unexported fields } func Error ¶ func Error(err error) Response func Progress ¶ func Progress(in runner.RecordingProgress) Response func Report ¶ func Report(rep *runner.Report) Response func (Response) EncodeJSON ¶ func (r Response) EncodeJSON(w io.Writer) error Source Files ¶ View all Source files error.goprogress.goreport.goresponse.go Click to show internal directories. Click to hide internal directories.