-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
slack-19.0
: add slack_cross_cell
durability policy
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package reparentutil | ||
|
||
import "github.com/slackhq/vitess-addons/go/durability" | ||
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 25
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 25
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 25
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 25
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 10
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 10
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 25
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 25
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 25
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 25
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 10
Check failure on line 3 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go GitHub Actions / Docker Test Cluster 10
|
||
|
||
func init() { | ||
RegisterDurability("slack_cross_cell", func() Durabler { | ||
return &durability.SlackCrossCell{} | ||
}) | ||
} |