Versions in this module Expand all Collapse all v1 v1.0.1 Feb 16, 2024 v1.0.0 Jan 25, 2024 Changes in this version + type Kafka struct + func NewKafka() (*Kafka, error) + func (k Kafka) Brokers() []string + func (k Kafka) Cleanup() error + type Postgres struct + func NewPostgres() (*Postgres, error) + func (p *Postgres) Cleanup() error + func (p *Postgres) Host() string + func (p *Postgres) Name() string + func (p *Postgres) Password() string + func (p *Postgres) Port() int + func (p *Postgres) User() string