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

# Functions

GetCommandFromMsgWireMessage returns the command document sent in an OP_MSG wire message.
GetCommandFromQueryWireMessage returns the command sent in an OP_QUERY wire message.
MakeReply creates an OP_REPLY wiremessage from a BSON document.

# Structs

ChannelConn implements the driver.Connection interface by reading and writing wire messages to a channel.
ChannelNetConn implements the net.Conn interface by reading and writing wire messages to a channel.