Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SPINCHARS = []string{"⠋", "⠙", "⠚", "⠒", "⠂", "⠂", "⠒", "⠲", "⠴", "⠦", "⠖", "⠒", "⠐", "⠐", "⠒", "⠓", "⠋"}
Functions ¶
func WithSimpleContainer ¶
Types ¶
type InteractiveContainer ¶
type InteractiveContainer struct { Out io.Writer Spinners []*Spinner RefreshInterval time.Duration // contains filtered or unexported fields }
func (*InteractiveContainer) AddOutput ¶
func (c *InteractiveContainer) AddOutput(name string) Output
func (*InteractiveContainer) Listen ¶
func (c *InteractiveContainer) Listen()
func (*InteractiveContainer) Start ¶
func (c *InteractiveContainer) Start()
func (*InteractiveContainer) Stop ¶
func (c *InteractiveContainer) Stop()
type LogContainer ¶
type LogContainer struct { Out io.Writer Outputs []*LogOutput // contains filtered or unexported fields }
func (*LogContainer) AddOutput ¶
func (lc *LogContainer) AddOutput(name string) Output
func (*LogContainer) Start ¶
func (lc *LogContainer) Start()
func (*LogContainer) Stop ¶
func (lc *LogContainer) Stop()
Click to show internal directories.
Click to hide internal directories.