package
Version:
v0.0.0-...-f990545
Opens a new window with list of versions in this module.
Published: Jan 14, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Draft struct {
Text string `json:"text"`
Post *Post `json:"post"`
IsTODO bool `json:"isTodo"`
}
func RestoreOrNewDraft(requestConfirm func() bool) Draft
type Post struct {
URL string `json:"url"`
Title string `json:"title"`
Content string `jsong:"content"`
}
func (p *Post) IsContentAvailable() bool
Source Files
¶
Click to show internal directories.
Click to hide internal directories.