Closed mariusor closed 6 years ago
Overall improve the CollectionPage and OrderedCollectionPage structs and related functionality because it's unlikely to ever use the Collection structs themselves in a real scenario, without attaching pagination to it.
CollectionPage
OrderedCollectionPage
Collection
See littr.go #10.
Done a while back. Added some tests for it also.
Overall improve the
CollectionPage
andOrderedCollectionPage
structs and related functionality because it's unlikely to ever use theCollection
structs themselves in a real scenario, without attaching pagination to it.See littr.go #10.