mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
clean: moved funcs to specific files + GetPage usecase/repo
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package gateways
|
||||
|
||||
type IPageRepository interface {
|
||||
Get(name string, data interface{}) ([]byte, error)
|
||||
}
|
||||
Reference in New Issue
Block a user