# Functions
NewDefaultPaginationConfig will create a default Pagination with zero scope and 20 limit.
NewPaginationConfig will create new Pagination with limit, offset, order and any scopes will set query map to nil.
NewRequestPaginationConfig will create new Pagination with request condition and filterable list all resulted scope come from filterable field with conditions field data if any conditions field that is not declared in filterable field will be omitted.
OverrideKey will override condition key with desired key.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Pagination struct implement PaginationConfig.
# Interfaces
PaginationConfig is interface for all paginated query or any custom query.