Testing List notes
This commit is contained in:
@@ -7,4 +7,5 @@ import (
|
||||
type NoteStore interface {
|
||||
SaveNote(models.Note) (models.Note, error)
|
||||
GetNoteByID(int) (models.Note, error)
|
||||
GetAllNotes() ([]models.Note, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user