Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Bar struct {
// Fill is the default character representing completed progress
Fill byte
// Head is the default character that moves when progress is updated
Head byte
// Empty is the default character that represents the empty progress
Empty byte
// LeftEnd is the default character in the left most part of the progress indicator
LeftEnd byte
// RightEnd is the default character in the right most part of the progress indicator
RightEnd byte
// Width is the default width of the progress bar
Width int
}
Click to show internal directories.
Click to hide internal directories.