Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresEventProducer ¶
type PostgresEventProducer struct {
// contains filtered or unexported fields
}
func NewPostgresEventProducer ¶
func NewPostgresEventProducer(cfg PostgresEventProducerConfig) (eventProducer *PostgresEventProducer)
func (*PostgresEventProducer) Invalidations ¶
func (e *PostgresEventProducer) Invalidations() <-chan events.Invalidation
func (*PostgresEventProducer) Run ¶
func (e *PostgresEventProducer) Run() error
func (*PostgresEventProducer) Saves ¶
func (e *PostgresEventProducer) Saves() <-chan events.Save
Click to show internal directories.
Click to hide internal directories.