Documentation
¶
Index ¶
- func And(queries []string) string
- func Between(attribute string, start, end interface{}) string
- func Contains(attribute string, value interface{}) string
- func CreatedAfter(value interface{}) string
- func CreatedBefore(value interface{}) string
- func CreatedBetween(start, end interface{}) string
- func Crosses(attribute string, values []interface{}) string
- func CursorAfter(documentId string) string
- func CursorBefore(documentId interface{}) string
- func DistanceEqual(attribute string, values []interface{}, distance float64, meters bool) string
- func DistanceGreaterThan(attribute string, values []interface{}, distance float64, meters bool) string
- func DistanceLessThan(attribute string, values []interface{}, distance float64, meters bool) string
- func DistanceNotEqual(attribute string, values []interface{}, distance float64, meters bool) string
- func EndsWith(attribute string, value interface{}) string
- func Equal(attribute string, value interface{}) string
- func GreaterThan(attribute string, value interface{}) string
- func GreaterThanEqual(attribute string, value interface{}) string
- func Intersects(attribute string, values []interface{}) string
- func IsNotNull(attribute string) string
- func IsNull(attribute string) string
- func LessThan(attribute string, value interface{}) string
- func LessThanEqual(attribute string, value interface{}) string
- func Limit(limit int) string
- func NotBetween(attribute string, start, end interface{}) string
- func NotContains(attribute string, value interface{}) string
- func NotCrosses(attribute string, values []interface{}) string
- func NotEndsWith(attribute string, value interface{}) string
- func NotEqual(attribute string, value interface{}) string
- func NotIntersects(attribute string, values []interface{}) string
- func NotOverlaps(attribute string, values []interface{}) string
- func NotSearch(attribute string, value interface{}) string
- func NotStartsWith(attribute string, value interface{}) string
- func NotTouches(attribute string, values []interface{}) string
- func Offset(offset int) string
- func Or(queries []string) string
- func OrderAsc(attribute string) string
- func OrderDesc(attribute string) string
- func OrderRandom() string
- func Overlaps(attribute string, values []interface{}) string
- func Search(attribute string, value interface{}) string
- func Select(attributes interface{}) string
- func StartsWith(attribute string, value interface{}) string
- func Touches(attribute string, values []interface{}) string
- func UpdatedAfter(value interface{}) string
- func UpdatedBefore(value interface{}) string
- func UpdatedBetween(start, end interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatedAfter ¶ added in v0.10.0
func CreatedAfter(value interface{}) string
func CreatedBefore ¶ added in v0.10.0
func CreatedBefore(value interface{}) string
func CreatedBetween ¶ added in v0.11.0
func CreatedBetween(start, end interface{}) string
func CursorAfter ¶
func CursorBefore ¶
func CursorBefore(documentId interface{}) string
func DistanceEqual ¶ added in v0.11.0
func DistanceGreaterThan ¶ added in v0.11.0
func DistanceLessThan ¶ added in v0.11.0
func DistanceNotEqual ¶ added in v0.11.0
func GreaterThan ¶
func GreaterThanEqual ¶
func Intersects ¶ added in v0.11.0
func LessThanEqual ¶
func NotBetween ¶ added in v0.10.0
func NotContains ¶ added in v0.10.0
func NotCrosses ¶ added in v0.11.0
func NotEndsWith ¶ added in v0.10.0
func NotIntersects ¶ added in v0.11.0
func NotOverlaps ¶ added in v0.11.0
func NotStartsWith ¶ added in v0.10.0
func NotTouches ¶ added in v0.11.0
func OrderRandom ¶ added in v0.12.0
func OrderRandom() string
func StartsWith ¶
func UpdatedAfter ¶ added in v0.10.0
func UpdatedAfter(value interface{}) string
func UpdatedBefore ¶ added in v0.10.0
func UpdatedBefore(value interface{}) string
func UpdatedBetween ¶ added in v0.11.0
func UpdatedBetween(start, end interface{}) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.