Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Main = &cobra.Command{ Use: "topo2topo", Short: "topo2topo copies Vitess topology data from one topo server to another.", Long: `topo2topo copies Vitess topology data from one topo server to another. It can also be used to compare data between two topologies.`, Args: cobra.NoArgs, PreRunE: servenv.CobraPreRunE, Version: servenv.AppVersion.String(), RunE: run, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.