Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProgressReader ¶
type ProgressReader struct {
io.Reader
Total int64
ReadSoFar int64
LastUpdate time.Time
IsSpinner bool
// contains filtered or unexported fields
}
func (*ProgressReader) Init ¶
func (pr *ProgressReader) Init() tea.Cmd
func (*ProgressReader) View ¶
func (pr *ProgressReader) View() string
Click to show internal directories.
Click to hide internal directories.