mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
refac: fixed, better, smarter, correct dependency injection
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package gateways
|
||||
|
||||
type IPageRepository interface {
|
||||
Get(name string, data interface{}) ([]byte, error)
|
||||
Get(name string, data any) ([]byte, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user