feat: add top picks for you page
This commit is contained in:
@@ -134,6 +134,7 @@ type ReviewEntry struct {
|
||||
type AnimeCatalogService interface {
|
||||
GetCatalogSection(ctx context.Context, userID string, section string) (CatalogSectionData, error)
|
||||
GetTopPickForYou(ctx context.Context, userID string) (CatalogSectionData, error)
|
||||
GetTopPicksForYou(ctx context.Context, userID string) (CatalogSectionData, error)
|
||||
}
|
||||
|
||||
type AnimeDiscoverService interface {
|
||||
|
||||
Reference in New Issue
Block a user