Versions in this module Expand all Collapse all v0 v0.16.3 Nov 29, 2024 Changes in this version + var ConnClosed = vterrors.New(vtrpcpb.Code_UNAVAILABLE, "vttablet: Connection Closed") + var TabletProtocol = flag.String("tablet_protocol", "grpc", "how to talk to the vttablets") + func ErrorFromGRPC(err error) error + func ErrorFromVTRPC(err *vtrpcpb.RPCError) error + func RegisterDialer(name string, dialer TabletDialer) + type TabletDialer func(tablet *topodatapb.Tablet, failFast grpcclient.FailFast) (queryservice.QueryService, error) + func GetDialer() TabletDialer