Documentation
¶
Index ¶
- func GetRefFromNoteFields(db *bolt.DB, value string) (string, error)
- func LoadNoteBold(db *bolt.DB, ref string) ([]models.Note, error)
- func RemoveNotesByReferencBold(db *bolt.DB, reference string) error
- func RemoveNotesByTitleBold(db *bolt.DB, title string) error
- func SaveNoteBold(db *bolt.DB, ref string, note models.Note) error
- func SaveNotesBold(db *bolt.DB, ref string, notes []models.Note) error
- type NoteStruct
- type NotesMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NoteStruct ¶
func FindByValue ¶
Click to show internal directories.
Click to hide internal directories.