Add the testing gubbins
This commit is contained in:
@@ -8,4 +8,5 @@ type NoteStore interface {
|
||||
SaveNote(models.Note) (models.Note, error)
|
||||
GetNoteByID(int) (models.Note, error)
|
||||
GetAllNotes() ([]models.Note, error)
|
||||
DeleteNoteByID(int) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user