Added NoteStore interface, mock and repository with Create method
This commit is contained in:
@@ -3,6 +3,7 @@ package repository
|
||||
import (
|
||||
"git.hrafn.xyz/aether/notes/internal/models"
|
||||
)
|
||||
|
||||
type NoteStore interface {
|
||||
SaveNote(models.Note) (models.Note, error)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user