Documentation ¶
Overview ¶
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'.
Directories ¶
Path | Synopsis |
---|---|
Package auth is not for public use.
|
Package auth is not for public use. |
Package command contains abstractions for operations that can be performed against a MongoDB deployment.
|
Package command contains abstractions for operations that can be performed against a MongoDB deployment. |
Package connection contains the types for building and pooling connections that can speak the MongoDB Wire Protocol.
|
Package connection contains the types for building and pooling connections that can speak the MongoDB Wire Protocol. |
examples
|
|
Package result contains the results from various operations.
|
Package result contains the results from various operations. |
Package topology contains types that handles the discovery, monitoring, and selection of servers.
|
Package topology contains types that handles the discovery, monitoring, and selection of servers. |
Package wiremessage contains types for speaking the MongoDB Wire Protocol.
|
Package wiremessage contains types for speaking the MongoDB Wire Protocol. |
Click to show internal directories.
Click to hide internal directories.