pilagod / gorm-cursor-paginator

A paginator doing cursor-based pagination based on GORM
https://github.com/pilagod/gorm-cursor-paginator
MIT License
188 stars 44 forks source link

Example File #12

Closed victorsteven closed 4 years ago

victorsteven commented 4 years ago

Nice package. Weldone. Please can you add an example that demonstrates how Before and After are used? Much appreciated.

pilagod commented 4 years ago

I have added a new example file at example/main.go, you can also check paginator_test.go for more details about how each option works, which is demonstrated in each test case. Thanks 😃

victorsteven commented 4 years ago

Great. Thanks