Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { PreparedStmt string Params []any // Payload starts with command type so that replay can reuse this byte array. Payload []byte StartTs time.Time ConnID uint64 Type pnet.Command Succeess bool // contains filtered or unexported fields }
func (*Command) Decode ¶
func (c *Command) Decode(reader LineReader) error
Click to show internal directories.
Click to hide internal directories.