Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnsMeta ¶ added in v0.2.0
ColumnsMeta metadata of column
type ErrorEvent ¶
ErrorEvent error format
type GenericEvent ¶
type GenericEvent struct { Environment string `json:"environment"` Timestamp string `json:"timestamp"` Offset *Offset `json:"offset,omitempty"` Value interface{} `json:"value"` }
GenericEvent events format
type LookatchEvent ¶
type LookatchEvent struct { Header LookatchHeader Payload interface{} }
LookatchEvent wire message format
type LookatchHeader ¶
type LookatchHeader struct { EventType string Tenant LookatchTenantInfo }
LookatchHeader header format
type LookatchTenantInfo ¶
LookatchTenantInfo tenant info header
type SQLEvent ¶
type SQLEvent struct { Tenant string `json:"tenant,omitempty"` Environment string `json:"environment"` Timestamp string `json:"timestamp"` Database string `json:"database"` Schema string `json:"schema"` Table string `json:"table"` Method string `json:"method"` PrimaryKey string `json:"primary_key,omitempty"` Offset *Offset `json:"offset,omitempty"` ColumnsMeta map[string]ColumnsMeta `json:"columns_meta,omitempty"` Statement map[string]interface{} `json:"statement"` OldStatement map[string]interface{} `json:"old_statement,omitempty"` }
SQLEvent events format
Click to show internal directories.
Click to hide internal directories.