Fix the interface

This commit is contained in:
Óscar M. Lage 2022-03-18 23:36:01 +01:00
parent 5685d2580a
commit 4f7b3aa42a

View File

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