mongo-drivergo.mongodb.org/mongo-driver/core/addr Index | Files

package addr

import "go.mongodb.org/mongo-driver/core/addr"

Index

Types

type Addr

type Addr string

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

func (Addr) Canonicalize

func (a Addr) Canonicalize() Addr

Canonicalize creates a canonicalized address.

func (Addr) Network

func (a Addr) Network() string

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

func (Addr) String

func (a Addr) 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
v0.0.5
Published
May 17, 2018
Platform
js/wasm
Imports
2 packages
Last checked
2 hours ago

Tools for package owners.