notify.moe/utils/AnimeWithRelatedAnime.go

10 lines
161 B
Go

package utils
import "github.com/animenotifier/arn"
// AnimeWithRelatedAnime ...
type AnimeWithRelatedAnime struct {
Anime *arn.Anime
Related *arn.Anime
}