Converted all collections from repositories to *collections
This commit is contained in:
@@ -9,5 +9,5 @@ type MediaFolder struct {
|
||||
type MediaFolders []MediaFolder
|
||||
|
||||
type MediaFolderRepository interface {
|
||||
GetAll() (MediaFolders, error)
|
||||
GetAll() (*MediaFolders, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user