Documentation ¶
Index ¶
Constants ¶
View Source
const ( XLogDataByteID = 'w' PrimaryKeepaliveMessageByteID = 'k' )
Variables ¶
View Source
var ErrorByteNotSupported = errors.New("message byte not supported")
Functions ¶
Types ¶
type Type ¶
type Type uint8
const ( StreamAbortByte Type = 'A' BeginByte Type = 'B' CommitByte Type = 'C' DeleteByte Type = 'D' StreamStopByte Type = 'E' InsertByte Type = 'I' LogicalByte Type = 'M' OriginByte Type = 'O' RelationByte Type = 'R' StreamStartByte Type = 'S' TruncateByte Type = 'T' UpdateByte Type = 'U' TypeByte Type = 'Y' StreamCommitByte Type = 'c' )
Click to show internal directories.
Click to hide internal directories.