Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/basecamp/hey-cli
/ newJournalView
Function
newJournalView
internal/tui/journal.go:33–39 ·
view source on GitHub ↗
(vc *viewContext)
Source
from the content-addressed store, hash-verified
31
journalRequestMutation
32
)
33
34
type
journalPageLoadedMsg
struct
{
35
requestResult
36
entries []journalSummary
37
nextPage string
38
}
39
40
type
journalPageAppendedMsg
struct
{
41
requestID uint64
42
entries []journalSummary
Callers
10
journalWithEntry
Function · 0.85
TestJournalViewInitFetchesEntry
Function · 0.85
TestJournalViewInitSelectsToday
Function · 0.85
TestJournalViewHandlesDetailLoaded
Function · 0.85
TestJournalViewIgnoresStaleResponse
Function · 0.85
TestJournalViewIgnoresUnrelatedMessages
Function · 0.85
TestJournalViewSubnavItems
Function · 0.85
TestJournalViewSubnavLeftRight
Function · 0.85
TestJournalViewInThread
Function · 0.85
newModel
Function · 0.85
Calls
1
generateJournalDates
Function · 0.85
Tested by
9
journalWithEntry
Function · 0.68
TestJournalViewInitFetchesEntry
Function · 0.68
TestJournalViewInitSelectsToday
Function · 0.68
TestJournalViewHandlesDetailLoaded
Function · 0.68
TestJournalViewIgnoresStaleResponse
Function · 0.68
TestJournalViewIgnoresUnrelatedMessages
Function · 0.68
TestJournalViewSubnavItems
Function · 0.68
TestJournalViewSubnavLeftRight
Function · 0.68
TestJournalViewInThread
Function · 0.68