auditing

package
v0.368.0 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Insert = "insert"
	Update = "update"
	Delete = "delete"
)

Audit operations

View Source
const (
	ColumnId               = "id"
	ColumnTableName        = "table_name"
	ColumnOp               = "op"
	ColumnData             = "data"
	ColumnIdentityId       = "identity_id"
	ColumnTraceId          = "trace_id"
	ColumnCreatedAt        = "created_at"
	ColumnEventProcessedAt = "event_processed_at"
)

Audit table column names

View Source
const TableName = "keel_audit"

Audit table name

Variables

This section is empty.

Functions

func TestAuditOpFromCreatedEvent

func TestAuditOpFromCreatedEvent(t *testing.