Documentation
¶
Index ¶
- type App
- func (a *App) AddItem()
- func (a *App) AddView(view ViewController, resize bool, visible bool)
- func (a *App) CleanUp()
- func (a *App) DisplayPage(page string)
- func (a *App) ItemStatusUpdater(item *url.UrlItem, itemIdx int)
- func (a *App) RedrawList()
- func (a *App) RemoveItem()
- func (a *App) SortByComplete()
- func (a *App) SwitchToPage(page string)
- type ConfirmQuitView
- type LogsView
- type MainView
- type SearchView
- type UrlFormView
- type ViewController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { *tview.Application // contains filtered or unexported fields }
func (*App) DisplayPage ¶
func (*App) RedrawList ¶
func (a *App) RedrawList()
func (*App) RemoveItem ¶
func (a *App) RemoveItem()
func (*App) SortByComplete ¶
func (a *App) SortByComplete()
func (*App) SwitchToPage ¶
type ConfirmQuitView ¶
type ConfirmQuitView struct { App *App // contains filtered or unexported fields }
func NewConfirmQuitView ¶
func NewConfirmQuitView(app *App) *ConfirmQuitView
func (*ConfirmQuitView) IsActive ¶
func (c *ConfirmQuitView) IsActive() bool
func (*ConfirmQuitView) Name ¶
func (c *ConfirmQuitView) Name() string
func (*ConfirmQuitView) Root ¶
func (c *ConfirmQuitView) Root() tview.Primitive
func (*ConfirmQuitView) SetActive ¶
func (c *ConfirmQuitView) SetActive(status bool)
func (*ConfirmQuitView) SetupEvents ¶
func (c *ConfirmQuitView) SetupEvents()
type LogsView ¶
type LogsView struct { App *App // contains filtered or unexported fields }
func NewLogsView ¶
func (*LogsView) SetLogMessage ¶
func (*LogsView) SetupEvents ¶
func (l *LogsView) SetupEvents()
type MainView ¶
type MainView struct { App *App // contains filtered or unexported fields }
func NewMainView ¶
func (*MainView) SetupEvents ¶
func (m *MainView) SetupEvents()
type SearchView ¶
type SearchView struct { App *App // contains filtered or unexported fields }
func NewSearchView ¶
func NewSearchView(app *App) *SearchView
func (*SearchView) IsActive ¶
func (s *SearchView) IsActive() bool
func (*SearchView) Name ¶
func (s *SearchView) Name() string
func (*SearchView) Root ¶
func (s *SearchView) Root() tview.Primitive
func (*SearchView) SetActive ¶
func (s *SearchView) SetActive(status bool)
func (*SearchView) SetupEvents ¶
func (s *SearchView) SetupEvents()
type UrlFormView ¶
type UrlFormView struct { App *App // contains filtered or unexported fields }
func NewUrlFormView ¶
func NewUrlFormView(app *App) *UrlFormView
func (*UrlFormView) IsActive ¶
func (u *UrlFormView) IsActive() bool
func (*UrlFormView) Name ¶
func (u *UrlFormView) Name() string
func (*UrlFormView) Root ¶
func (u *UrlFormView) Root() tview.Primitive
func (*UrlFormView) SetActive ¶
func (u *UrlFormView) SetActive(status bool)
func (*UrlFormView) SetupEvents ¶
func (u *UrlFormView) SetupEvents()
Click to show internal directories.
Click to hide internal directories.