Documentation
¶
Index ¶
- func All(v ...interface{}) bson.D
- func And(v ...interface{}) bson.D
- func BitsAllClear(v interface{}) bson.D
- func BitsAllSet(v interface{}) bson.D
- func BitsAnyClear(v interface{}) bson.D
- func BitsAnySet(v interface{}) bson.D
- func ElemMatch(v interface{}) bson.D
- func Eq(v interface{}) bson.D
- func Exists(v bool) bson.D
- func Expr(v interface{}) bson.D
- func GeoIntersects(v interface{}) bson.D
- func GeoWithin(v interface{}) bson.D
- func Geometry(geometry interface{}) bson.D
- func Gt(v interface{}) bson.D
- func Gte(v interface{}) bson.D
- func In(v ...interface{}) bson.D
- func JSONSchema(v map[string]interface{}) bson.D
- func Lt(v interface{}) bson.D
- func Lte(v interface{}) bson.D
- func MaxDistance(v float64) bson.D
- func MinDistance(v float64) bson.D
- func Mod(div, rem int64) bson.D
- func Ne(v interface{}) bson.D
- func Near(v interface{}) bson.D
- func NearSphere(v interface{}) bson.D
- func Nin(v ...interface{}) bson.D
- func Nor(v ...interface{}) bson.D
- func Not(v interface{}) bson.D
- func Or(v ...interface{}) bson.D
- func Regex(pattern string) bson.D
- func RegexOpt(pattern, options string) bson.D
- func Size(size uint64) bson.D
- func Text(search, language string, caseSensitive, diacriticSensitive bool) bson.D
- func Type(v ...bsontype.Type) bson.D
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BitsAllClear ¶
func BitsAllSet ¶
func BitsAnyClear ¶
func BitsAnySet ¶
func GeoIntersects ¶
func JSONSchema ¶
func MaxDistance ¶
func MinDistance ¶
func NearSphere ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.