Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchNoteFolderData ¶ added in v0.4.0
func FetchNoteFolderData() (noteFolderInfo []entity.NoteFolderInfo, currentId int)
func FetchSnippetsData ¶
func FetchSnippetsData() []entity.SnippetInfo
func SwitchNoteFolder ¶ added in v0.4.0
func SwitchNoteFolder(id int)
Types ¶
type NoteFolderResultMessage ¶ added in v0.4.0
type NoteFolderResultMessage struct { Type string `json:"type"` NoteFolders []entity.NoteFolderInfo `json:"data"` CurrentId int `json:"currentId"` }
type NoteFolderSwitchMessage ¶ added in v0.4.0
type NoteFolderSwitchResultMessage ¶ added in v0.4.0
type ResultMessage ¶
type ResultMessage struct { Type string `json:"type"` CommandSnippets []entity.SnippetInfo `json:"data"` }
Click to show internal directories.
Click to hide internal directories.