Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnimeDAO ¶
AnimeDAO struct
func (*AnimeDAO) FindByUserIDAndInternalID ¶
func (adao *AnimeDAO) FindByUserIDAndInternalID(internalUserID, internalAnimeID int64) (*UserAnimeDTO, error)
FindByUserIDAndInternalID func
func (*AnimeDAO) ReadUserAnimes ¶
func (adao *AnimeDAO) ReadUserAnimes(internalUserID int64, sentence string) ([]UserAnimeDTO, error)
ReadUserAnimes func
type AnimeDTO ¶
type AnimeDTO struct { ID int64 ExternalID string RusName string EngName string ImageURL string NextEpisodeAt time.Time NotificationSent bool }
AnimeDTO struct
type SubcriptionDTO ¶
type SubcriptionDTO struct {
// contains filtered or unexported fields
}
SubcriptionDTO struct
type SubscriptionDAO ¶
SubscriptionDAO struct
func (*SubscriptionDAO) Delete ¶
func (sdao *SubscriptionDAO) Delete(userID int64, animeID int64) error
Delete func
type UserAnimeDTO ¶
UserAnimeDTO struct
Click to show internal directories.
Click to hide internal directories.