# Functions
Compose is a function to compose filters into a single query.
GetFromContext function extracts the request data from context.
Push applies single filter to a query.
WithContext function creates the new context with request data.
# Interfaces
Limiter is a filter to limit the result.
Preloader is a filter to skip the result.
Skipper is a filter to skip the result.
Sorter is a filter to sort the data before query.
Updater is a filter to update the data.
Validator is a filter to validate the filter.
# Type aliases
No description provided by the author
No description provided by the author
Limit is a simple implementation of the Limiter filter.
No description provided by the author
No description provided by the author
Preload is a simple implementation of the Skipper filter.
Skip is a simple implementation of the Skipper filter.
Sort is a simple implementations of the Sorter filter.
Update is a simple implementations of the Updater filter.