Retracted : GODRIVER-3059: The v1.13.0 Git tag changed, causing security errors when
users downloaded the Go driver module. Also, the BSON performance
improvements introduced a panic when marshaling/unmarshaling Go errors.
The highest tagged major version is
v2 .
Discover Packages
go.mongodb.org/mongo-driver
mongo
address
package
Version:
v1.13.0
Opens a new window with list of versions in this module.
Published: Nov 7, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 45
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.