# 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.
NewMockDeployment returns a mock driver.Deployment that responds with OP_MSG wire messages.
# Variables
MockDescription is the server description used for the mock deployment.
# 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.
MockDeployment wraps a connection and implements the driver.Deployment interface.