10 lines
178 B
Go
Raw Normal View History

2018-03-27 21:08:26 +02:00
package utils
2019-06-03 18:32:43 +09:00
import "github.com/animenotifier/notify.moe/arn"
2018-03-27 21:08:26 +02:00
// HallOfFameEntry is an entry in the hall of fame.
type HallOfFameEntry struct {
Year int
Anime *arn.Anime
}