Versions in this module Expand all Collapse all v1 v1.0.3 Nov 29, 2022 Changes in this version + var BSON_LOGGER = true + var Error_Log = defaultErrorLog + var Trace_Log = defaultTraceLog + var WhereOperators = whereOperators + var WindowOperators = windowOperators + func Accumulator() *accumulator + func AddFields() *addFields + func Group() *group + func Lookup() *lookup + func Match(field string, operator whereOperator, val interface{}) *match + func MatchWo(field string, w ...*wo) *match + func Pipeline() *pipeline + func SetWindowFields() *setWindowFields + func WO(operator whereOperator, value interface{}) *wo