Versions in this module Expand all Collapse all v1 v1.0.0 Dec 27, 2024 Changes in this version + type PostgresTestcontainer interface + Migrate func(*config.Config, *slog.Logger) error + Start func(context.Context) (port int, err error) + Stop func(context.Context) error + func NewPostgresTestcontainer(ctx context.Context) (PostgresTestcontainer, error)