Versions in this module Expand all Collapse all v9 v9.1.0 Jan 26, 2024 v9.0.0 Oct 27, 2023 Changes in this version + func In(field string, values []T) repository.Option + func MaxResults(n int) repository.Option + func NewFirestoreRepository(client *firestore.Client) repository.Repository + func NoOp() repository.Option + func Offset(offset int) repository.Option + func OrderBy(orders ...OrderByField) repository.Option + func SetCurrentPage(p pagination.Pagination) ([]repository.Option, error) + func StartAfter(fieldValues ...any) repository.Option + func StartAt(fieldValues ...any) repository.Option + func Where(field string, op string, value interface{}) repository.Option + type Model struct + CreatedAt time.Time + UpdatedAt time.Time + func (m Model) GetID() uint + type Option func(q *firestore.Query) + func (o Option) IsOption() + type OrderByField struct + Direction firestore.Direction + Field string + func Ascending(field string) OrderByField + func Descending(field string) OrderByField Other modules containing this package github.com/gazebo-web/gz-go/v10 github.com/gazebo-web/gz-go/v7 github.com/gazebo-web/gz-go/v8