package
2.0.10
Repository: https://github.com/mainnika/mongox-go-driver.git
Documentation: pkg.go.dev

# 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.

# Structs

Query is an enchanched primitive.M map.

# 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.