package private

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

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

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

The packages within the 'private' 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 'private'.

Index

Source Files

doc.go

Directories

PathSynopsis
mongo/private/authPackage auth is not for public use.
mongo/private/clusterPackage cluster is not for public use.
mongo/private/connPackage conn is not for public use.
mongo/private/examples
mongo/private/examples/cluster_monitoring
mongo/private/examples/count
mongo/private/examples/server_monitoring
mongo/private/examples/workload
mongo/private/msgPackage msg is not for public use.
mongo/private/opsPackage ops is not for public use.
mongo/private/serverPackage server is not for public use.
Version
v0.0.1
Published
Feb 13, 2018
Platform
linux/amd64
Last checked
31 seconds ago

Tools for package owners.