Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresResource ¶
type PostgresResource struct { DB *sql.DB DBDsn string Database string Password string User string Host string Port string }
func SetupPostgres ¶
func SetupPostgres(pool *dockertest.Pool, d cleaner, opts ...func(*postgres.Config)) (*PostgresResource, error)
type PulsarResource ¶
func SetupPulsar ¶
func SetupPulsar(pool *dockertest.Pool, d cleaner, opts ...pulsar.Opt) (*PulsarResource, error)
Click to show internal directories.
Click to hide internal directories.