package
20.1.0-beta.2+incompatible
Repository: https://github.com/mgartner/cockroach.git
Documentation: pkg.go.dev

# Functions

New creates SchemaFeed with the given Config.

# Structs

Config configures a SchemaFeed.
SchemaFeed tracks changes to a set of tables and exports them as a queue of events.
TableEvent represents a change to a table descriptor.

# Type aliases

FilterFunc allows a client to control which events are added to the SchemaFeed.