Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Spinner ¶
type Spinner struct {
	// contains filtered or unexported fields
}
    func (*Spinner) SetFinalMsg ¶
func (*Spinner) SetMessage ¶
type WindowsSpinner ¶
type WindowsSpinner struct {
	FinalMSG string
	Writer io.Writer
	// contains filtered or unexported fields
}
    func NewWindowsSpinner ¶
func NewWindowsSpinner(w io.Writer, opts ...Option) *WindowsSpinner
func (*WindowsSpinner) Done ¶
func (s *WindowsSpinner) Done(status string)
func (*WindowsSpinner) Fail ¶
func (s *WindowsSpinner) Fail()
func (*WindowsSpinner) SetFinalMsg ¶
func (s *WindowsSpinner) SetFinalMsg(msg string)
func (*WindowsSpinner) SetMessage ¶
func (s *WindowsSpinner) SetMessage(msg string)
func (*WindowsSpinner) Start ¶
func (s *WindowsSpinner) Start()
func (*WindowsSpinner) Success ¶
func (s *WindowsSpinner) Success()
 Click to show internal directories. 
   Click to hide internal directories.