package
2.1.0-alpha.1+incompatible
Repository: https://github.com/gitql/vitess.git
Documentation: pkg.go.dev

# Packages

Package fakevtctlclient contains a fake for the vtctlclient interface.
Package grpcvtctlclient contains the gRPC version of the vtctl client protocol.
Package grpcvtctlserver contains the gRPC implementation of the server side of the remote execution of vtctl commands.
Package vtctlclient contains the generic client side of the remote vtctl protocol.
Package vtctlclienttest contains the testsuite against which each RPC implementation of the vtctlclient interface must be tested.

# Functions

PrintAllCommands will print the list of commands to the logger.
RunCommand will execute the command using the provided wrangler.

# Variables

ErrUnknownCommand is returned for an unknown command.
Flags are exported for use in go/vt/vtctld.
Flags are exported for use in go/vt/vtctld.
Flags are exported for use in go/vt/vtctld.
WorkflowManager contains our manager.