Converted all collections from repositories to *collections
This commit is contained in:
+1
-1
@@ -47,6 +47,6 @@ type MediaFileRepository interface {
|
||||
BaseRepository
|
||||
Put(m *MediaFile) error
|
||||
Get(id string) (*MediaFile, error)
|
||||
FindByAlbum(albumId string) (MediaFiles, error)
|
||||
FindByAlbum(albumId string) (*MediaFiles, error)
|
||||
PurgeInactive(active *MediaFiles) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user