Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresTestcontainer ¶
type PostgresTestcontainer interface { Start(context.Context) (port int, err error) Migrate(*config.Config, *slog.Logger) error Stop(context.Context) error }
func NewPostgresTestcontainer ¶
func NewPostgresTestcontainer(ctx context.Context) (PostgresTestcontainer, error)
Click to show internal directories.
Click to hide internal directories.