mongo-driver/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
benchmark | |
bson | Package bson is a library for reading, writing, and manipulating BSON. |
bson/bsoncodec | Package bsoncodec provides a system for encoding values to BSON representations and decoding values from BSON representations. |
bson/bsonoptions | Package bsonoptions defines the optional configurations for the BSON codecs. |
bson/bsonrw | Package bsonrw contains abstractions for reading and writing BSON and BSON like types from sources. |
bson/bsonrw/bsonrwtest | Package bsonrwtest provides utilities for testing the "bson/bsonrw" package. |
bson/bsontype | Package bsontype is a utility package that contains types for each BSON type and the a stringifier for the Type to enable easier debugging when working with BSON. |
bson/mgocompat | Package mgocompat provides Registry, a BSON registry compatible with globalsign/mgo's BSON, with some remaining differences. |
bson/primitive | Package primitive contains types similar to Go primitives for BSON types that do not have direct Go primitive representations. |
cmd | |
cmd/build-oss-fuzz-corpus | Entry point for the MongoDB Go Driver integration into the Google "oss-fuzz" project (https://github.com/google/oss-fuzz). |
cmd/godriver-benchmark | |
cmd/parse-api-report | |
cmd/testatlas | |
cmd/testaws | |
cmd/testentauth | |
cmd/testkms | |
cmd/testoidcauth | |
event | Package event is a library for monitoring events from the MongoDB Go driver. |
examples | |
examples/documentation_examples | |
internal | |
mongo | Package mongo provides a MongoDB Driver API for Go. |
mongo/address | Package address provides structured representations of network addresses. |
mongo/description | Package description contains types and functions for describing the state of MongoDB clusters. |
mongo/gridfs | Package gridfs provides a MongoDB GridFS API. |
mongo/integration | |
mongo/integration/mtest | Package mtest is unstable and there is no backward compatibility guarantee. |
mongo/integration/unified | |
mongo/options | Package options defines the optional configurations for the MongoDB Go Driver. |
mongo/readconcern | Package readconcern defines read concerns for MongoDB operations. |
mongo/readpref | Package readpref defines read preferences for MongoDB queries. |
mongo/writeconcern | Package writeconcern defines write concerns for MongoDB operations. |
tag | Package tag provides types for filtering replica set members using tags in a read preference. |
version | Package version defines the Go Driver version. |
x | |
x/bsonx | |
x/bsonx/bsoncore | Package bsoncore is intended for internal use only. |
x/mongo | |
x/mongo/driver | Package driver is intended for internal use only. |
x/mongo/driver/auth | Package auth is intended for internal use only. |
x/mongo/driver/auth/creds | Package creds is intended for internal use only. |
x/mongo/driver/connstring | Package connstring is intended for internal use only. |
x/mongo/driver/dns | Package dns is intended for internal use only. |
x/mongo/driver/drivertest | Package drivertest is intended for internal use only. |
x/mongo/driver/integration | Package integration is intended for internal use only. |
x/mongo/driver/mongocrypt | Package mongocrypt is intended for internal use only. |
x/mongo/driver/mongocrypt/options | Package options is intended for internal use only. |
x/mongo/driver/ocsp | Package ocsp is intended for internal use only. |
x/mongo/driver/operation | Package operation is intended for internal use only. |
x/mongo/driver/session | Package session is intended for internal use only. |
x/mongo/driver/topology | Package topology is intended for internal use only. |
x/mongo/driver/wiremessage | Package wiremessage is intended for internal use only. |
- Version
- v1.17.3 (latest)
- Published
- Feb 25, 2025
- Platform
- linux/amd64
- Last checked
- 1 hour ago –
Tools for package owners.