package tui type pollMsg bool type errMsg struct{ err error } func (e errMsg) Error() string { return e.err.Error() }