Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPostgres ¶
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (Config) KafkaBrokers ¶
type HTTPHelper ¶
type HTTPHelper struct {
// contains filtered or unexported fields
}
func HTTP ¶
func HTTP() *HTTPHelper
func (*HTTPHelper) ServerMain ¶
func (h *HTTPHelper) ServerMain(m *testing.M) WebServer
type Helper ¶
type Helper struct {
// contains filtered or unexported fields
}
func (*Helper) HTTP ¶
func (h *Helper) HTTP() *HTTPHelper
func (*Helper) Kafka ¶
func (h *Helper) Kafka() *KafkaHelper
func (*Helper) Postgres ¶
func (h *Helper) Postgres() *PostgresHelper
type KafkaClient ¶
type KafkaHelper ¶
type KafkaHelper struct {
// contains filtered or unexported fields
}
func Kafka ¶
func Kafka() *KafkaHelper
func (*KafkaHelper) Client ¶
func (h *KafkaHelper) Client(t *testing.T) KafkaClient
type PostgresHelper ¶
type PostgresHelper struct {
// contains filtered or unexported fields
}
func Postgres ¶
func Postgres() *PostgresHelper
Click to show internal directories.
Click to hide internal directories.