Versions in this module Expand all Collapse all v1 v1.1.66 Jun 17, 2021 v1.1.65 Jun 17, 2021 Changes in this version + type TermuiConsole struct + func NewTermuiConsole(presenter view.Presenter, refreshTimeInMilliseconds int) (*TermuiConsole, error) + func (tc *TermuiConsole) Start(chanStart chan struct{}) error + type TermuiRender interface + IsInterfaceNil func() bool + RefreshData func(numMillisecondsRefreshTime int)