Documentation ¶ Index ¶ func GetHeaderStyle(acc *domain.Account, width int, unreadCount int) string type Model func (m Model) Init() tea.Cmd func (m Model) Update(tea.Msg) (Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetHeaderStyle ¶ func GetHeaderStyle(acc *domain.Account, width int, unreadCount int) string Types ¶ type Model ¶ type Model struct { Width int Acc *domain.Account UnreadCount int } func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) Update ¶ func (m Model) Update(tea.Msg) (Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string Source Files ¶ View all Source files header.go Click to show internal directories. Click to hide internal directories.