Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInPlaceView ¶
func NewInPlaceView(w io.Writer, ts *ThrobberSet, refreshEvery time.Duration) (Viewer, ShutdownFunc, error)
Types ¶
type Handle ¶
type Handle struct {
// contains filtered or unexported fields
}
func (*Handle) UpdateEvery ¶
type ShutdownFunc ¶
type ShutdownFunc func()
type Throbber ¶
type Throbber struct {
// contains filtered or unexported fields
}
func NewThrobber ¶
type ThrobberSet ¶
type ThrobberSet struct {
// contains filtered or unexported fields
}
func NewThrobberSet ¶
func NewThrobberSet(values []string) *ThrobberSet
func (*ThrobberSet) Next ¶
func (ts *ThrobberSet) Next(key string) string
Click to show internal directories.
Click to hide internal directories.