implemented getStarred (just for albums, for now)

This commit is contained in:
Deluan
2016-03-14 11:35:48 -04:00
parent 14934dccf7
commit e36a4201db
9 changed files with 95 additions and 13 deletions
+1
View File
@@ -31,4 +31,5 @@ type AlbumRepository interface {
GetAll(QueryOptions) (*Albums, error)
PurgeInactive(active *Albums) error
GetAllIds() (*[]string, error)
GetStarred(QueryOptions) (*Albums, error)
}