Retracted : Retract v1.11.0 through v1.11.2 because they contain a data race bug in
operation memory pooling that may cause undefined behavior when reading
raw BSON responses in error documents. Resolved by GODRIVER-2677.
The highest tagged major version is
v2 .
Discover Packages
go.mongodb.org/mongo-driver
mongo
address
package
Version:
v1.11.2
Opens a new window with list of versions in this module.
Published: Feb 13, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 44
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package address provides structured representations of network addresses.
Address is a network address. It can either be an IP address or a DNS name.
Canonicalize creates a canonicalized address.
Network is the network protocol for this address. In most cases this will be
"tcp" or "unix".
String is the canonical version of this address, e.g. localhost:27017,
1.2.3.4:27017, example.com:27017.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.