clispinner

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// OK is an OK mark.
	OK = color.New(color.FgGreen).SprintFunc()("✔")
	// NotOK is a red cross mark
	NotOK  = color.New(color.FgRed).SprintFunc()("✘")
	Bullet = color.New(color.FgYellow).SprintFunc()("⋆")
)

Functions

This section is empty.

Types

type Spinner

type Spinner struct {
	// contains filtered or unexported fields
}

func New

func New() *Spinner

New creates a new spinner.

func (*Spinner) SetCharset

func (s *Spinner) SetCharset(charset []string) *Spinner

SetCharset sets the prefix for spinner.

func (*Spinner) SetColor

func (s *Spinner) SetColor(color string) *Spinner

SetColor sets the prefix for spinner.

func (*Spinner) SetPrefix

func (s *Spinner) SetPrefix(text string) *Spinner

SetPrefix sets the prefix for spinner.

func (*Spinner) SetText

func (s *Spinner) SetText(text string) *Spinner

SetText sets the text for spinner.

func (*Spinner) Start

func (s *Spinner) Start() *Spinner

Start starts spinning.

func (*Spinner) Stop

func (s *Spinner) Stop() *Spinner

Stop stops spinning.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL