File tree Expand file tree Collapse file tree
cmd/outpost-migrate-redis
internal/migrator/migratorredis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ import (
1515
1616// mockMigration implements migratorredis.Migration for testing
1717type mockMigration struct {
18- name string
19- version int
20- description string
21- autoRunnable bool
22- applicable bool
18+ name string
19+ version int
20+ description string
21+ autoRunnable bool
22+ applicable bool
2323 notApplicableReason string
2424
2525 planCalled bool
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ import (
1616
1717// mockMigration is a test migration that can be configured for different scenarios
1818type mockMigration struct {
19- name string
20- version int
21- description string
22- autoRunnable bool
23- applicable bool
19+ name string
20+ version int
21+ description string
22+ autoRunnable bool
23+ applicable bool
2424 notApplicableReason string
2525
2626 // Callbacks to track and control behavior
You can’t perform that action at this time.
0 commit comments