Documentation ¶
Index ¶
- type NoteStore
- func (ns *NoteStore) Create(note *model.Note) (*model.Note, error)
- func (ns *NoteStore) Delete(noteID uint64) (bool, error)
- func (ns *NoteStore) Get(noteID uint64) (*model.Note, error)
- func (ns *NoteStore) List() ([]model.Note, error)
- func (ns *NoteStore) Update(noteID uint64, note *model.Note) (*model.Note, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.