Documentation
¶
Index ¶
- func AddNewItemCmd(title, description, command string) tea.Cmd
- func CloseAddNewScreenCmd() tea.Cmd
- func CloseConfirmationModalCmd() tea.Cmd
- func CopyToClipboardCmd(t string) tea.Cmd
- func DeleteCurrentItemCmd(i int) tea.Cmd
- func SetCurrentItemCmd(i models.Item) tea.Cmd
- func UpdateItemCmd(i models.Item) tea.Cmd
- type CopiedToClipboardMsg
- type DidAddNewItemMsg
- type DidCloseAddNewScreenMsg
- type DidCloseConfirmationModalMsg
- type DidDeleteItemMsg
- type DidSetCurrentItemMsg
- type DidUpdateItemMsg
- type ErrorMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddNewItemCmd ¶ added in v0.0.5
func CloseAddNewScreenCmd ¶ added in v0.0.6
func CloseConfirmationModalCmd ¶ added in v0.0.4
func CopyToClipboardCmd ¶ added in v0.0.2
func DeleteCurrentItemCmd ¶ added in v0.0.4
Types ¶
type CopiedToClipboardMsg ¶ added in v0.0.2
type CopiedToClipboardMsg struct{}
type DidAddNewItemMsg ¶ added in v0.0.5
type DidCloseAddNewScreenMsg ¶ added in v0.0.6
type DidCloseAddNewScreenMsg struct{}
type DidCloseConfirmationModalMsg ¶ added in v0.0.4
type DidCloseConfirmationModalMsg struct{}
type DidDeleteItemMsg ¶ added in v0.0.4
type DidDeleteItemMsg struct {
Index int
}
type DidSetCurrentItemMsg ¶ added in v0.0.2
type DidUpdateItemMsg ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.