Documentation ¶ Index ¶ type Query func (q Query) Equal(field string, value interface{}) Query func (q Query) In(field string, values ...interface{}) Query Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Query ¶ type Query bson.M func (Query) Equal ¶ func (q Query) Equal(field string, value interface{}) Query func (Query) In ¶ func (q Query) In(field string, values ...interface{}) Query In selects the documents where the value of a field equals any value in the specified array. Calling In multiple times for the same field will append new values. Source Files ¶ View all Source files query.go Click to show internal directories. Click to hide internal directories.