package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev

# Functions

New allows a user of the client library to get its implementation.
RegisterFactory allows a client implementation to register itself.
RunCommandAndWait executes a single command on a given vtworker and blocks until the command did return or timed out.
UnregisterFactoryForTest allows to unregister a client implementation from the static map.

# Interfaces

Client defines the interface used to send remote vtworker commands.

# Type aliases

Factory functions are registered by client implementations.