mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-11 01:24:42 +08:00
10 lines
145 B
Go
10 lines
145 B
Go
package mysql
|
|
|
|
type handshakeResponse41 struct {
|
|
Capability uint32
|
|
Collation uint8
|
|
User string
|
|
DBName string
|
|
Auth []byte
|
|
}
|