package
1.8.0
Repository: https://github.com/src-d/go-vitess.git
Documentation: pkg.go.dev

# Functions

CompareKeyspaces will compare the keyspaces in the destination topo.
CompareRoutingRules will compare the routing rules in the destination topo.
CompareShardReplications will compare the ShardReplication objects in the destination topo.
CompareShards will compare the shards in the destination topo.
CompareTablets will compare the tablets in the destination topo.
CopyKeyspaces will create the keyspaces in the destination topo.
CopyRoutingRules will create the routing rules in the destination topo.
CopyShardReplications will create the ShardReplication objects in the destination topo.
CopyShards will create the shards in the destination topo.
CopyTablets will create the tablets in the destination topo.
NewTee returns a new topo.Server object.

# Structs

TeeConn implements the topo.Conn interface.
TeeFactory is an implementation of topo.Factory that uses a primary underlying topo.Server for all changes, but also duplicates the changes to a secondary topo.Server.