value_object

package
v0.1.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2022 License: Apache-2.0 Imports: 0 Imported by: 1

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL