package
2.1.0
Repository: https://github.com/mongodb/mongo-go-driver.git
Documentation: pkg.go.dev

# Functions

NewConnection creates a new Connection with the provided component.

# Structs

Connection represents a connection to a MongoDB server.

# Interfaces

Compressor is an interface used to compress wire messages.
Describer represents a Connection that can be described.
Pinner represents a Connection that can be pinned by one or more cursors or transactions.
ReadWriteCloser represents a Connection where server operations can read from, written to, and closed.
Streamer represents a Connection that supports streaming wire protocol messages using the moreToCome and exhaustAllowed flags.