Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TermuiConsole ¶
type TermuiConsole struct {
// contains filtered or unexported fields
}
TermuiConsole data where is store data from handler
func NewTermuiConsole ¶
func NewTermuiConsole(presenter view.Presenter) (*TermuiConsole, error)
NewTermuiConsole method is used to return a new TermuiConsole structure
func (*TermuiConsole) Start ¶
func (tc *TermuiConsole) Start() error
Start method - will start termui console
type TermuiRender ¶
type TermuiRender interface { // RefreshData method is used to refresh data that are displayed on a grid RefreshData() // IsInterfaceNil returns true if there is no value under the interface IsInterfaceNil() bool }
TermuiRender defines the actions which should be handled by a render
Click to show internal directories.
Click to hide internal directories.