Skip to content

Package tokcursor provides an utility for implementing pagination token cursors

License

Notifications You must be signed in to change notification settings

thefabric-io/tokcursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.