Versions in this module Expand all Collapse all v1 v1.0.4 Jun 3, 2019 v1.0.3 Jun 2, 2019 Changes in this version + func MakeReply(doc bsoncore.Document) []byte + type ChannelConn struct + Desc description.Server + ReadErr chan error + ReadResp chan []byte + WriteErr error + Written chan []byte + func (c *ChannelConn) Address() address.Address + func (c *ChannelConn) Close() error + func (c *ChannelConn) Description() description.Server + func (c *ChannelConn) ID() string + func (c *ChannelConn) ReadWireMessage(ctx context.Context, dst []byte) ([]byte, error) + func (c *ChannelConn) WriteWireMessage(ctx context.Context, wm []byte) error