]> git.lizzy.rs Git - go-anidb.git/commit
misc: Make the iterator part of EpisodeContainer interface
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>
Wed, 17 Jul 2013 20:55:16 +0000 (17:55 -0300)
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>
Wed, 17 Jul 2013 20:55:16 +0000 (17:55 -0300)
commitb6d48bdc55ab772a7a4757d646fa278f259723de
tree9155d17c4b1b1b68de5dbe7340e9443b3c90b057
parentc49419f1971c6187a764867fdfe431800493bbf4
misc: Make the iterator part of EpisodeContainer interface

Also adds iterators to Episode (returns a single copy of itself) and to
EpisodeList (returns the contents of the iterators of each sublist in
sequence).
misc/episode.go
misc/episodelist.go