package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev
# Functions
ErrorFromGRPC converts a GRPC error to vtError for tabletserver calls.
ErrorFromVTRPC converts a *vtrpcpb.RPCError to vtError for tabletserver calls.
GetDialer returns the dialer to use, described by the command line flag.
RegisterDialer is meant to be used by TabletDialer implementations to self register.
# Variables
ConnClosed is returned when the underlying connection was closed.
TabletProtocol is exported for unit tests.
# Type aliases
TabletDialer represents a function that will return a QueryService object that can communicate with a tablet.