//
pkg.gl
Category
github.com/replicatedhq/embedded-cluster
pkg
progressbar
package
0.11.5
Repository:
https://github.com/replicatedhq/embedded-cluster.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
6
Files
100 SLOC
#
Functions
Start
Start starts a progress bar.
WithMask
WithMask sets the MaskFn on the MessageWriter.
WithWriter
WithWriter sets the WriteFn on the MessageWriter.
#
Structs
MessageWriter
MessageWriter implements io.Writer on top of a channel of strings.
#
Type aliases
MaskFn
MaskFn is a function that masks a message.
Option
Option is a function that sets an option on a MessageWriter.
WriteFn
WriteFn is a function that writes a formatted string.