mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-09 07:26:28 +08:00
capture big mysql package
This commit is contained in:
@@ -3,11 +3,8 @@ package session_dealer
|
||||
import "github.com/zr-hebo/sniffer-agent/model"
|
||||
|
||||
type ConnSession interface {
|
||||
ReadFromClient(bytes []byte)
|
||||
ReadFromClient(seqID int64, bytes []byte)
|
||||
ReadFromServer(bytes []byte)
|
||||
ResetBeginTime()
|
||||
GenerateQueryPiece() (qp model.QueryPiece)
|
||||
ReadAllPackageFinish() bool
|
||||
ReadOnePackageFinish() bool
|
||||
ResetCache()
|
||||
}
|
||||
|
Reference in New Issue
Block a user