Versions in this module Expand all Collapse all v0 v0.1.0 Nov 25, 2023 Changes in this version + type Indexer interface + Start func() error + Stop func() error + type PostgresIndexer struct + func NewEventIndexer(dsn string, recordOut <-chan RecordedEvent) (*PostgresIndexer, error) + func (p *PostgresIndexer) AutoMigrate() error + func (p *PostgresIndexer) Start() error + func (p *PostgresIndexer) Stop() error + type RecordedEvent = recorder.RecordedEvent