This commit is contained in:
Deluan 2016-03-13 13:03:28 -04:00
parent 2f1aa102e9
commit 19de3e6a3c

View File

@ -6,6 +6,7 @@ import (
"github.com/deluan/gosonic/domain"
)
// TODO Use Entries instead of Albums
type ListGenerator interface {
GetNewest(offset int, size int) (*domain.Albums, error)
GetRecent(offset int, size int) (*domain.Albums, error)