clispinner

package
v0.27.2 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultText = "Initializing..."

DefaultText defines the default spinner text.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*Options)

func WithText added in v0.26.0

func WithText(text string) Option

WithText configures the spinner text.

func WithWriter

func WithWriter(w io.Writer) Option

WithWriter configures an output for a spinner.

type Options

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

type Spinner

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

func New

func New(options ...Option) *Spinner

New creates a new spinner.

func (*Spinner) IsActive

func (s *Spinner) IsActive() bool

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