package
6.2.31+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

ParsePacket reads a protocol packet from the connection and returns it in a parsed form.
ReadPacket reads a protocol packet from the connection.
WritePacket writes the provided protocol packet to the connection.

# Structs

ChangeUser represents the COM_CHANGE_USER command.
Error represents the ERR packet.
Generic represents a generic packet other than the ones recognized below.
OK represents the OK packet.
Query represents the COM_QUERY command.
Quit represents the COM_QUIT command.

# Interfaces

Packet is the common interface for MySQL wire protocol packets.