package
1.14.1
Repository: https://github.com/kong/go-database-reconciler.git
Documentation: pkg.go.dev

# Functions

EventFromArg converts arg into Event.

# Variables

Create is a constant representing create operations.
Delete is a constant representing delete operations.
Update is a constant representing update operations.

# Structs

ActionError represents an error happens in performing CRUD action of an entity.
Event represents an event to perform an imperative operation that gets Kong closer to the target state.
Op represents the type of the operation.
Registry can hold Kinds and their respective CRUD operations.

# Interfaces

Actions is an interface for CRUD operations on any entity.
Arg is an argument to a callback function.

# Type aliases

Kind represents Kind of an entity or object.