MCPcopy Create free account
hub / github.com/basecamp/hey-cli / journalView

Struct journalView

internal/tui/journal.go:21–31  ·  view source on GitHub ↗

--- Journal section view ---

Source from the content-addressed store, hash-verified

19
20 "github.com/basecamp/hey-cli/internal/htmlutil"
21 "github.com/basecamp/hey-cli/internal/markdown"
22 "github.com/basecamp/hey-cli/internal/terminal"
23)
24
25type journalRequestKind int
26
27const (
28 journalRequestNone journalRequestKind = iota
29 journalRequestFeed
30 journalRequestDetail
31 journalRequestMutation
32)
33
34type journalPageLoadedMsg struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected