[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 271 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 271 Bytes

Tokenised cursor implementation

Tokcursor is a golang pagination token cursor utility to help on managing cursor pagination.

This utility provides an interface you can implement to create other encoded token. For now, only key:value encoded cursor is implemented.