Versions in this module Expand all Collapse all v0 v0.10.0 Jun 6, 2018 Changes in this version + func FlowSpinner(prefix string) io.WriteCloser + func GitProgressPipe(op string, w io.Writer) io.WriteCloser + type StreamedUi struct + ErrorBuffer *bytes.Buffer + ErrorWriter io.Writer + OutputBuffer *bytes.Buffer + OutputWriter io.Writer + func (u *StreamedUi) Ask(query string) (string, error) + func (u *StreamedUi) AskSecret(query string) (string, error) + func (u *StreamedUi) AttachErrorReadCloser(r io.ReadCloser) (*bytes.Buffer, chan bool) + func (u *StreamedUi) AttachOutputReadCloser(r io.ReadCloser) (*bytes.Buffer, chan bool) + func (u *StreamedUi) Error(message string) + func (u *StreamedUi) FlushBuffers() + func (u *StreamedUi) Info(message string) + func (u *StreamedUi) Init() + func (u *StreamedUi) Output(message string) + func (u *StreamedUi) ReplaceErrorWriter(w io.Writer) + func (u *StreamedUi) ReplaceOutputWriter(w io.Writer) + func (u *StreamedUi) Warn(message string)