# Functions
Copy transfer from a reader to a writer expecting to receive a packet of MySQL data at a time.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrIncompletePacket the data being written didn't form a complete set of packets.
# Structs
Buffer buffers MySQL packets along with their times seen so they can be played back in order.
MySQLPacketWriter wraps a writer expecting MySQL packets and ensures that writer receives single MySQL packets for each Write call.
Packet MySQL packet along with when it was seen.
Splitter takes writes for the packets and ensures we emit full MySQL packets to the writer provided.
# Interfaces
TimesSeen interface for something that gathers the times that data was seen.