notify.moe/utils/AnimeWithRelatedAnime.go

10 lines
161 B
Go
Raw Normal View History

2018-03-26 23:38:15 +02:00
package utils
import "github.com/animenotifier/arn"
// AnimeWithRelatedAnime ...
type AnimeWithRelatedAnime struct {
Anime *arn.Anime
Related *arn.Anime
}