package
Version:
v0.0.0-...-2de43c5
Opens a new window with list of versions in this module.
Published: Dec 20, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package progress provides progress bars and progress reporting
const (
BeforeStart Event = iota
Start
Update
Finished
Error
AllDone
Cancelled
)
type ProgressMsg struct {
Event Event
Message string
Error error
Payload interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.