Documentation ¶
Index ¶
- type Dumper
- func (m *Dumper) Dump(in []byte, direction dumper.Direction, connMetadata *dumper.ConnMetadata, ...) error
- func (m *Dumper) Log(values []dumper.DumpValue)
- func (m *Dumper) Name() string
- func (m *Dumper) NewConnMetadata() *dumper.ConnMetadata
- func (m *Dumper) Read(in []byte, direction dumper.Direction, connMetadata *dumper.ConnMetadata) ([]dumper.DumpValue, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dumper ¶
type Dumper struct {
// contains filtered or unexported fields
}
Dumper struct
func (*Dumper) Dump ¶
func (m *Dumper) Dump(in []byte, direction dumper.Direction, connMetadata *dumper.ConnMetadata, additional []dumper.DumpValue) error
Dump query of MySQL
func (*Dumper) NewConnMetadata ¶
func (m *Dumper) NewConnMetadata() *dumper.ConnMetadata
NewConnMetadata return metadata per TCP connection
Click to show internal directories.
Click to hide internal directories.