qlik-oss / mongocursorpagination

MIT License
5 stars 9 forks source link

consider using function chaining #20

Open EtienneDufresne opened 4 years ago

EtienneDufresne commented 4 years ago

https://github.com/gobeam/mongo-go-pagination implements the cursor.skip style of paging as opposed to using a range query.

However, its function style is much closer to the official mongo go driver function chaining style.

Look into adopting this style in mongocursorpagination.