Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogEntryListOptions ¶
type LogEntryService ¶
type LogNoteListOptions ¶
type LogNoteService ¶
type LogNoteService interface {
List(entryID int64, options LogNoteListOptions) ([]models.Note, int64, error)
ListForEntries(entryIDs []int64) (map[int64][]models.Note, error)
Add(entryID int64, note models.Note) (int64, error)
Delete(entryID int64, noteID int64) error
Update(entryID int64, noteID int64, update models.NoteOptional) error
}
Click to show internal directories.
Click to hide internal directories.