Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
func NewApplication ¶
func NewApplication(l *slog.Logger) *Application
func (*Application) GetApplication ¶
func (a *Application) GetApplication() *tview.Application
func (*Application) Run ¶
func (a *Application) Run() error
func (*Application) Stop ¶
func (a *Application) Stop()
Click to show internal directories.
Click to hide internal directories.