Test Note Retrieval
This commit is contained in:
@@ -6,4 +6,5 @@ import (
|
||||
|
||||
type NoteStore interface {
|
||||
SaveNote(models.Note) (models.Note, error)
|
||||
GetNoteByID(int) (models.Note, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user