Open wzhsh90 opened 2 years ago
the Paginate(pageSize uint) use uint as param but the TotalEntries() (uint64, error) Count() (uint64, error)
used uint64 as the result , is that right ?
the Paginate(pageSize uint) use uint as param but the
TotalEntries() (uint64, error) Count() (uint64, error)
used uint64 as the result , is that right ?