Documentation
¶
Index ¶
Constants ¶
View Source
const ( //DML INSERT = "insert" DELETE = "delete" UPDATE = "update" //DDL CREATE = "create" DROP = "drop" ALTER_TABLE_RENAME = "alter_table_rename" //DDLActionType DATABASE = "database" TABLE = "table" )
View Source
const ( //DML StoreUpdateEvent = "store_update_event" StoreDeleteEvent = "store_delete_event" StoreInsertEvent = "store_insert_event" //DDL table StoreCreateTableEvent = "store_create_table_event" StoreAlterTableEvent = "store_alter_table_event" StoreAlterTableRenameEvent = "store_alter_table_rename_event" StoreDropTableEvent = "store_drop_table_event" StoreTruncateTableEvent = "store_truncate_table_event" //DDL database StoreDropDatabaseEvent = "store_drop_database_event" StoreCreateDatabaseEvent = "store_create_database_event" )
p2pdb-store EventType
View Source
const (
LogTopic = "log"
)
p2pdb-log EventType
View Source
const (
PubsubStartEvent = "pubsub_start_event"
)
p2pdb-pubsub EventType
Variables ¶
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.