Documentation
¶
Index ¶
Constants ¶
View Source
const ( RuneA = 97 RuneD = 100 RuneH = 104 RuneR = 114 )
Variables ¶
This section is empty.
Functions ¶
func CreateContainerGrid ¶
func CreateStatusTextView ¶
Types ¶
type Controller ¶
type Controller interface { ShowItems(enitityList *domain.EntityList) ShowValuePage(enitity *domain.Entity) ShowKeyPage() ShowDeletePage(enitity *domain.Entity) ShowHelpPage() CloseKeyPage() CloseValuePage() CloseDeletePage(errorText string) CloseHelpPage() Focus(view tview.Primitive) Unfocus() Enque(f func()) }
Click to show internal directories.
Click to hide internal directories.