Fix the interface

main
Óscar M. Lage 2022-03-18 23:36:01 +01:00
parent 5685d2580a
commit 4f7b3aa42a
1 changed files with 0 additions and 1 deletions

View File

@ -6,5 +6,4 @@ type Store interface {
AddPage()
GetPage() Page
GetAllPages() ([]Page, error)
Noexiste()
}