Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSpinner ¶
func NewSpinner(message string, doneChan <-chan struct{}) spinnerModel
Types ¶
type ProgressModel ¶
type ProgressModel struct {
// contains filtered or unexported fields
}
func NewProgressModel ¶
func NewProgressModel(total int, updates <-chan ProgressUpdate) ProgressModel
func (ProgressModel) Init ¶
func (m ProgressModel) Init() tea.Cmd
func (ProgressModel) View ¶
func (m ProgressModel) View() tea.View
Click to show internal directories.
Click to hide internal directories.