Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileListErrorState ¶
type FileListErrorState struct {
// contains filtered or unexported fields
}
func NewFileListError ¶
func NewFileListError(fileList []string, continuationFun processbar.FileListProcessor, finalizer processbar.ProcessFinalizer) *FileListErrorState
func (*FileListErrorState) Abort ¶
func (fles *FileListErrorState) Abort(runner processbar.ProcessRunner, reqID int) tea.Msg
func (*FileListErrorState) Skip ¶
func (fles *FileListErrorState) Skip(runner processbar.ProcessRunner, reqID int) tea.Msg
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) Close ¶
func (m *Model) Close() *FileListErrorState
func (*Model) State ¶
func (m *Model) State() *FileListErrorState
Click to show internal directories.
Click to hide internal directories.