Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresIndexer ¶
type PostgresIndexer struct {
// contains filtered or unexported fields
}
func NewEventIndexer ¶
func NewEventIndexer(dsn string, recordOut <-chan RecordedEvent) (*PostgresIndexer, error)
func (*PostgresIndexer) AutoMigrate ¶
func (p *PostgresIndexer) AutoMigrate() error
func (*PostgresIndexer) Start ¶
func (p *PostgresIndexer) Start() error
func (*PostgresIndexer) Stop ¶
func (p *PostgresIndexer) Stop() error
type RecordedEvent ¶
type RecordedEvent = recorder.RecordedEvent
Click to show internal directories.
Click to hide internal directories.