Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterQueryResult
deprecated
type Result ¶ added in v1.15.0
type Result struct {
Filters bson.M // Primary filters which are usually evaluated as the first stage of an aggregation query
SecondaryFilters bson.M // Secondary filters which are usually evaluated after any lookups
Sorts bson.M // Fields to sort by, with 1 or 'asc' for ascending and -1 or 'desc' for descending
Include []string // Fields to populate/lookup in the result set
Select bson.M // Fields to select in the result set
Prepaginate bool // Whether to paginate the results before any lookups
Page int64 // The page number for pagination
Limit int64 // The page size for pagination
}
Click to show internal directories.
Click to hide internal directories.