Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserInterface ¶
type UserInterface struct { TView *tview.Application // contains filtered or unexported fields }
UserInterface contains elements to control UI of the app
func (*UserInterface) Start ¶
func (ui *UserInterface) Start()
Start sets the layout to fullscreen and starts the UI
type VKCleanerApp ¶
type VKCleanerApp struct { VK *core.VK UI *UserInterface Cleaner *core.Cleaner }
VKCleanerApp main application struct.
var App *VKCleanerApp
App global App variable.
Click to show internal directories.
Click to hide internal directories.