Versions in this module Expand all Collapse all v0 v0.3.2 Feb 20, 2026 v0.3.1 Oct 15, 2025 Changes in this version + func LGTM(t *testing.T, ctx context.Context) (ctr *grafanalgtm.GrafanaLGTMContainer, fault error) + type DatabaseContainer struct + Database string + Host string + Password string + Port string + Postgres *postgres.PostgresContainer + Username string + func Postgres(t *testing.T, ctx context.Context, version string) (container DatabaseContainer, fault error) + func (c DatabaseContainer) Cleanup(t testing.TB) + func (c DatabaseContainer) DBConStr() string + func (c DatabaseContainer) Hostname(t testing.TB, ctx context.Context) string + func (c DatabaseContainer) MappedPort(t testing.TB, ctx context.Context, port string) string