Versions in this module Expand all Collapse all v1 v1.0.0 Feb 17, 2017 Changes in this version + var DefaultCursorCodec cursorCodec + type CursorCodec interface + CreateCursor func(cursorData bson.D) (string, error) + ParseCursor func(c string) (cursorData bson.D, err error) + type MinQuery interface + All func(result interface{}, cursorFields ...string) (cursor string, err error) + Cursor func(c string) MinQuery + CursorCodec func(cc CursorCodec) MinQuery + Limit func(n int) MinQuery + Select func(selector interface{}) MinQuery + Sort func(fields ...string) MinQuery + func New(db *mgo.Database, coll string, query interface{}) MinQuery Incompatible versions in this module v2.0.0+incompatible Jun 18, 2018