Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/basecamp/hey-cli
/ SubnavItems
Method
SubnavItems
internal/tui/section_view.go:36–36 ·
view source on GitHub ↗
SubnavItems returns the subnav state for header rendering.
()
Source
from the content-addressed store, hash-verified
34
width int
35
height int
// content area height
36
}
37
38
// sectionView is the interface every top-level section must implement.
39
type
sectionView
interface
{
Callers
4
renderHeader
Function · 0.65
TestJournalViewSubnavItems
Function · 0.65
TestCalendarViewSubnavItems
Function · 0.65
TestMailViewSubnavItems
Function · 0.65
Implementers
3
calendarView
internal/tui/calendar.go
mailView
internal/tui/mail.go
journalView
internal/tui/journal.go
Calls
no outgoing calls
Tested by
3
TestJournalViewSubnavItems
Function · 0.52
TestCalendarViewSubnavItems
Function · 0.52
TestMailViewSubnavItems
Function · 0.52