jhunters / bigqueue

Golang implements for BigQueue
Apache License 2.0
57 stars 23 forks source link

add Peek method supporting pagination #17

Open jhunters opened 3 years ago

jhunters commented 3 years ago

PeekAll method supporting pagination

func PeekPagination(page, pagesize int) ([][]byte, []int64, error)