Versions in this module Expand all Collapse all v0 v0.7.0 Jul 23, 2026 Changes in this version + const TestAuthPassword + const TestDBPassword + const TestDbName + const TestHTTPPort + const TestKafkaAlias + const TestKafkaImage + const TestKafkaInternalPort + const TestNetworkAlias + const TestPostgresPort + const TestUsername + func CreateNetwork(t *testing.T, ctx context.Context) *testcontainers.DockerNetwork + func MakeAuthClient(t *testing.T, baseURL, password string) *client.Client + func MakeRandomizedTestItem(id int) *model.Item + type KafkaContainer struct + func StartKafka(t *testing.T, ctx context.Context, netName string, withLogger bool) *KafkaContainer + func (k *KafkaContainer) Broker() string + func (k *KafkaContainer) Brokers() []string + func (k *KafkaContainer) CreateTopics(t *testing.T, ctx context.Context, partitions int32, topics ...string) + func (k *KafkaContainer) InternalBroker() string + type Opts struct + AppLogs bool + DbLogs bool + Debug bool + EnableEvents bool + type PGContainer struct + func StartPostgres(t *testing.T, ctx context.Context, netName string, withLogger bool) *PGContainer + type Stack struct + func MakeStack(t *testing.T, ctx context.Context, opts *Opts) *Stack + func (s *Stack) AppURL() string + func (s *Stack) NotifierURL() string + func (s Stack) AuthPsswd() string