package core

import "go.mongodb.org/mongo-driver/core"

Package core and all packages underneath it are not for public use.

The API for packages in the 'core' directory have no stability guarantee.

The packages within the 'core' directory would normally be put into an 'internal' directory to prohibit their use outside the 'mongo' directory. However, some MongoDB tools require very low-level access to the building blocks of a driver, so we have placed them under 'private' to allow these packages to be imported by projects that need them.

These package APIs may be modified in backwards-incompatible ways at any time.

You are strongly discouraged from directly using any packages under 'core'.

Index

Source Files

doc.go

Directories

PathSynopsis
core/address
core/authPackage auth is not for public use.
core/commandPackage command contains abstractions for operations that can be performed against a MongoDB deployment.
core/compressor
core/connectionPackage connection contains the types for building and pooling connections that can speak the MongoDB Wire Protocol.
core/connstring
core/description
core/dispatch
core/examples
core/examples/cluster_monitoring
core/examples/count
core/examples/server_monitoring
core/examples/workload
core/integration
core/option
core/readconcern
core/readpref
core/resultPackage result contains the results from various operations.
core/tag
core/topologyPackage topology contains types that handles the discovery, monitoring, and selection of servers.
core/version
core/wiremessagePackage wiremessage contains types for speaking the MongoDB Wire Protocol.
core/writeconcern
Version
v0.0.9
Published
Jul 10, 2018
Platform
js/wasm
Last checked
1 minute ago

Tools for package owners.