Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExerciseExecutorFull ¶
func ExerciseExecutorFull[TTx any](ctx context.Context, t *testing.T, driver riverdriver.Driver[TTx], beginTx func(ctx context.Context, t *testing.T) TTx)
ExerciseExecutorFull exercises a driver that's expected to provide full functionality.
func ExerciseExecutorMigrationOnly ¶
func ExerciseExecutorMigrationOnly[TTx any](ctx context.Context, t *testing.T, driver riverdriver.Driver[TTx], beginTx func(ctx context.Context, t *testing.T) TTx)
ExerciseExecutorMigrationOnly exercises a driver that's expected to only be able to perform database migrations, and not full River functionality.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.