MCPcopy 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
34type journalPageLoadedMsg struct {
35 requestResult
36 entries []journalSummary
37 nextPage string
38}
39
40type journalPageAppendedMsg struct {
41 requestID uint64
42 entries []journalSummary

Calls 1

generateJournalDatesFunction · 0.85