package
8.12.0
Repository: https://github.com/gazebo-web/gz-go.git
Documentation: pkg.go.dev

# Functions

Ascending sorts the passed field in ascending order.
Descending sorts the passed field in descending order.
In generates a new option that allows selecting all the elements where the given field contains any of the given values.
MaxResults defines the maximum number of results for an operation that can return multiple results.
NewFirestoreRepository initializes a new Repository implementation for Firestore collections.
NoOp is an option that performs no action.
Offset defines a number of results to skip before starting to capture values to return.
OrderBy sorts results based on fields.
SetCurrentPage generates a set of repository.Option to retrieve results for a specific page.
StartAfter initializes a new option that specifies that results should start right after the document with the given field values.
StartAt initializes a new option that specifies that results should start at document with the given field values.
Where filters results based on passed conditions.

# Structs

Model implements the repository.Model interface for firestore.
OrderByField contains order by information for a field.

# Type aliases

Option is a Firestore-specific repository.Option implementation.