10 lines
178 B
Go
Raw Normal View History

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