Added Hall of Fame
This commit is contained in:
9
utils/HallOfFameEntry.go
Normal file
9
utils/HallOfFameEntry.go
Normal file
@ -0,0 +1,9 @@
|
||||
package utils
|
||||
|
||||
import "github.com/animenotifier/arn"
|
||||
|
||||
// HallOfFameEntry is an entry in the hall of fame.
|
||||
type HallOfFameEntry struct {
|
||||
Year int
|
||||
Anime *arn.Anime
|
||||
}
|
Reference in New Issue
Block a user