//
pkg.gl
Category
github.com/mainnika/mongox-go-driver
mongox
query
package
1.0.1
Repository:
https://github.com/mainnika/mongox-go-driver.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
1
Files
231 SLOC
#
Functions
Compose
Compose is a function to compose filters into a single query.
Push
Push applies single filter to a query.
#
Structs
Query
Query is an enchanched bson.M map.
#
Interfaces
Limiter
Limiter is a filter to limit the result.
Preloader
Preloader is a filter to skip the result.
Skipper
Skipper is a filter to skip the result.
Sorter
Sorter is a filter to sort the data before query.
#
Type aliases
Limit
Limit is a simple implementation of the Limiter filter.
Preload
Preload is a simple implementation of the Skipper filter.
Skip
Skip is a simple implementation of the Skipper filter.
Sort
Sort is a simple implementations of the Sorter filter.