Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AniListRepository ¶
type AniListRepository interface {
GetUpcomingAnime(startDate, endDate string) (aniListModel.UpcomingAnime, error)
}
AniListRepository defines the interface for AniList repository actions
func NewAniListRepositories ¶
func NewAniListRepositories() AniListRepository
Click to show internal directories.
Click to hide internal directories.