db icon indicating copy to clipboard operation
db copied to clipboard

the Paginate(pageSize uint) use uint as param

Open wzhsh90 opened this issue 3 years ago • 0 comments

the Paginate(pageSize uint) use uint as param but the TotalEntries() (uint64, error) Count() (uint64, error)

used uint64 as the result , is that right ?

wzhsh90 avatar Jul 23 '22 10:07 wzhsh90