Versions in this module Expand all Collapse all v0 v0.0.1 Oct 11, 2024 Changes in this version + type BoxButton struct + func (b *BoxButton) Blur() + func (b *BoxButton) Draw(screen tcell.Screen) + func (b *BoxButton) Focus(delegate func(tview.Primitive)) + func (b *BoxButton) GetWidth() int + func (b *BoxButton) HasFocus() bool + func (b *BoxButton) InputHandler() func(*tcell.EventKey, func(tview.Primitive)) + func (b *BoxButton) SetSelectedFunc(handler func()) *BoxButton + func (bb *BoxButton) NewBoxButton(label string) *BoxButton + type Theme struct + func Dark() Theme + type UI struct + App *tview.Application + Close *BoxButton + Connections *tview.List + Content *tview.TextView + Destinations *tview.List + Flex *tview.Flex + Logs *tview.TextView + Messages *tview.List + Send *BoxButton + func NewUI(controller *asb.Controller) *UI + func (ui *UI) LoadData() + func (ui *UI) Start() error