mongo-drivergo.mongodb.org/mongo-driver/mongo/address Index | Files

package address

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

Package address provides structured representations of network addresses.

Index

Types

type Address

type Address string

Address is a network address. It can either be an IP address or a DNS name.

func (Address) Canonicalize

func (a Address) Canonicalize() Address

Canonicalize creates a canonicalized address.

func (Address) Network

func (a Address) Network() string

Network is the network protocol for this address. In most cases this will be "tcp" or "unix".

func (Address) String

func (a Address) String() string

String is the canonical version of this address, e.g. localhost:27017, 1.2.3.4:27017, example.com:27017.

Source Files

addr.go

Version
v1.11.7
Published
Jun 6, 2023
Platform
linux/amd64
Imports
2 packages
Last checked
4 minutes ago

Tools for package owners.