Documentation ¶ Index ¶ type TUILog func New(_ *do.Injector) (*TUILog, error) func (t *TUILog) Error(msg string, title ...string) func (t *TUILog) Info(msg string, title ...string) func (t *TUILog) Success(msg string, title ...string) func (t *TUILog) Warning(msg string, title ...string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TUILog ¶ type TUILog struct{} func New ¶ func New(_ *do.Injector) (*TUILog, error) func (*TUILog) Error ¶ func (t *TUILog) Error(msg string, title ...string) func (*TUILog) Info ¶ func (t *TUILog) Info(msg string, title ...string) func (*TUILog) Success ¶ func (t *TUILog) Success(msg string, title ...string) func (*TUILog) Warning ¶ func (t *TUILog) Warning(msg string, title ...string) Source Files ¶ View all Source files helper.go tuilog.go Click to show internal directories. Click to hide internal directories.