Documentation ¶
Index ¶
- func CancelEdit() tea.Msg
- func EditTask(task pomo.Task) tea.Cmd
- func Err(err error) tea.Cmd
- func LoadState(current pomo.Pomo, previous []pomo.Pomo) tea.Cmd
- func NewTask(status pomo.Status) tea.Cmd
- func PromptDeleteTask(task pomo.Task) tea.Cmd
- func SaveTask(task pomo.Task) tea.Cmd
- func TasksModified(tasks []pomo.Task) tea.Cmd
- type CancelEditMsg
- type EditTaskMsg
- type ErrMsg
- type LoadStateMsg
- type NewTaskMsg
- type PromptDeleteTaskMsg
- type SaveTaskMsg
- type TasksModifiedMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CancelEdit ¶
Types ¶
type CancelEditMsg ¶
type CancelEditMsg struct{}
type EditTaskMsg ¶
type NewTaskMsg ¶
type PromptDeleteTaskMsg ¶
type SaveTaskMsg ¶
type TasksModifiedMsg ¶
Click to show internal directories.
Click to hide internal directories.