entity

package
v0.0.14 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data added in v0.0.8

type Data struct {
	TableName     string
	DatabaseName  string
	DMLType       string
	DDLType       string
	DDLActionType string
	SQLStatement  string
	RowID         string
}

func NewData added in v0.0.10

func NewData() *Data

func (*Data) GetDDLActionType added in v0.0.10

func (i *Data) GetDDLActionType() string

func (*Data) GetDDLType added in v0.0.10

func (i *Data) GetDDLType() string

func (*Data) GetDMLType added in v0.0.10

func (i *Data) GetDMLType() string

func (*Data) GetDatabaseName added in v0.0.10

func (i *Data) GetDatabaseName() string

func (*Data) GetRowID added in v0.0.10

func (i *Data) GetRowID() string

func (*Data) GetSQLStatement added in v0.0.10

func (i *Data) GetSQLStatement() string

func (*Data) GetTableName added in v0.0.10

func (i *Data) GetTableName() string

func (*Data) SetDDLActionType added in v0.0.10

func (i *Data) SetDDLActionType(DDLActionType string)

func (*Data) SetDDLType added in v0.0.10

func (i *Data) SetDDLType(DDLType string)

func (*Data) SetDMLType added in v0.0.10

func (i *Data) SetDMLType(DMLType string)

func (*Data) SetDatabaseName added in v0.0.10

func (i *Data) SetDatabaseName(databaseName string)

func (*Data) SetRowID added in v0.0.10

func (i *Data) SetRowID(rowID string)

func (*Data) SetSQLStatement added in v0.0.10

func (i *Data) SetSQLStatement(SQLStatement string)

func (*Data) SetTableName added in v0.0.10

func (i *Data) SetTableName(tableName string)

type Message added in v0.0.8

type Message struct {
	Type string
	Data Data
}

module name+topic name+event

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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