Documentation
¶
Overview ¶
Package ebl reads bounded Enhanced Binary Log capture streams.
Index ¶
Constants ¶
View Source
const ( TagVersion = 0x01 TagDescription = 0x02 TagTimeUTC = 0x03 TagElementType = 0x04 TagDirectionMarker = 0x05 TagBSTRawFrame = 0x07 CurrentVersion = 1002 MaxTagPayload = 1800 )
Variables ¶
View Source
var ErrUnsupportedVersion = errors.New("EBL version is newer than supported")
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Timestamp time.Time
HasTimestamp bool
Direction Direction
RawBST bool
Payload []byte
}
Event is an owned raw-stream chunk or one unframed BST record.
Click to show internal directories.
Click to hide internal directories.