Documentation
¶
Index ¶
Constants ¶
View Source
const (
Spinner01 spinnerTyp = iota + 1
)
Variables ¶
View Source
var OpenBrowser = browser.OpenURL
Functions ¶
Types ¶
type ISpinner ¶ added in v1.6.8
type ISpinner interface {
// Start spin
Start()
// Stop spin
Stop()
}
ISpinner spinner interface to allow more than one implementations.
func NewSpinner ¶ added in v1.6.8
func NewSpinner(typ spinnerTyp) ISpinner
Click to show internal directories.
Click to hide internal directories.