mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-10-10 15:09:19 +08:00
Initial commit
This commit is contained in:
9
session-dealer/mysql/model.go
Normal file
9
session-dealer/mysql/model.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package mysql
|
||||
|
||||
type handshakeResponse41 struct {
|
||||
Capability uint32
|
||||
Collation uint8
|
||||
User string
|
||||
DBName string
|
||||
Auth []byte
|
||||
}
|
Reference in New Issue
Block a user