package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/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
DecodeContent uses the filename to imply a type, and proto-decodes the right object, then echoes it as a string.
MarshalJSON marshals "obj" to a JSON string.
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.