CleanArchitecture.Pagination (clean_architecture v0.1.1)

Module that implements paginate function to be used for Repo queries.

fields

Fields:

  • page_number
  • page_size
  • entries
  • total_entries
  • total_pages

Link to this section Summary

Link to this section Functions

Link to this function

paginate(query, repo, map)