go-ap / activitypub

ActivityPub vocabulary for Go
MIT License
128 stars 10 forks source link

Ensure that CollectionPage implement CollectionInterface #3

Closed mariusor closed 6 years ago

mariusor commented 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.

See littr.go #10.

mariusor commented 6 years ago

Done a while back. Added some tests for it also.