You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dorm/vendor/github.com/kamva/mgm/v3/field/base.go

16 lines
540 B

package field
import "go.mongodb.org/mongo-driver/bson"
// ID field is constant for referencing the "_id" field name.
const ID = "_id"
// Empty is a predefined empty map.
var Empty = bson.M{}
// TODO: Extract all field names from :
// cont.todo: https://docs.mongodb.com/manual/reference/operator/query/
// cont.todo: https://docs.mongodb.com/manual/reference/operator/update/
// cont.todo: https://docs.mongodb.com/manual/reference/operator/aggregation/
// cont.todo: https://docs.mongodb.com/manual/reference/operator/query-modifier/