Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PBar ¶
type PBar interface { Start() Close() error }
PBar is the interface for the types of available progress bars (Circle ,Counter) Start initializes the Progress Bar execution Close stops the Progress Bar execution
type PbBuilder ¶
type PbBuilder struct {
Silent bool
}
PbBuilder is the struct that contains the progress bar Builders Silent is set to true when all progress bars should be silent
func InitializePbBuilder ¶
InitializePbBuilder creates an instace of a PbBuilder
func (*PbBuilder) BuildCircle ¶
BuildCircle builds and returns a Circle Progress Bar
Click to show internal directories.
Click to hide internal directories.