TODO
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
|||||||
"github.com/deluan/gosonic/domain"
|
"github.com/deluan/gosonic/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO Use Entries instead of Albums
|
||||||
type ListGenerator interface {
|
type ListGenerator interface {
|
||||||
GetNewest(offset int, size int) (*domain.Albums, error)
|
GetNewest(offset int, size int) (*domain.Albums, error)
|
||||||
GetRecent(offset int, size int) (*domain.Albums, error)
|
GetRecent(offset int, size int) (*domain.Albums, error)
|
||||||
|
|||||||
Reference in New Issue
Block a user