Documentation ¶ Index ¶ func Error(err error) func Fatal(err error) tea.Cmd func Quit(err error) func SessionAdded() type Status Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Error ¶ func Error(err error) func Fatal ¶ func Fatal(err error) tea.Cmd func Quit ¶ func Quit(err error) func SessionAdded ¶ func SessionAdded() Types ¶ type Status ¶ type Status struct { EndTime time.Time `json:"end_date"` Name string `json:"name"` Tags []string `json:"tags"` WorkCycle int `json:"work_cycle"` LongBreakInterval int `json:"long_break_interval"` } Status represents the status of a running timer. Source Files ¶ View all Source files report.go Click to show internal directories. Click to hide internal directories.