Imports of package grpclb

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/balancerPackage balancer defines APIs for load balancing in gRPC.
google.golang.org/grpc/balancer/basePackage base defines a balancer base that can be used to build balancers with different picking algorithms.
google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
google.golang.org/grpc/balancer/grpclb/statePackage state declares grpclb types to be set by resolvers wishing to pass information to grpclb via resolver.State Attributes.
google.golang.org/grpc/balancer/pickfirstPackage pickfirst contains the pick_first load balancing policy.
google.golang.org/grpc/balancer/roundrobinPackage roundrobin defines a roundrobin balancer.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/connectivityPackage connectivity defines connectivity semantics.
google.golang.org/grpc/credentialsPackage credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call.
google.golang.org/grpc/credentials/insecurePackage insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
google.golang.org/grpc/internalPackage internal contains gRPC-internal code, to avoid polluting the godoc of the top-level grpc package.
google.golang.org/grpc/internal/backoffPackage backoff implement the backoff strategy for gRPC.
google.golang.org/grpc/internal/grpclogPackage grpclog provides logging functionality for internal gRPC packages, outside of the functionality provided by the external `grpclog` package.
google.golang.org/grpc/internal/metadataPackage metadata contains functions to set and get metadata from addresses.
google.golang.org/grpc/internal/prettyPackage pretty defines helper functions to pretty-print structs for logging.
google.golang.org/grpc/internal/resolver/dnsPackage dns implements a dns resolver to be installed as the default resolver in grpc.
google.golang.org/grpc/keepalivePackage keepalive defines configurable parameters for point-to-point healthcheck.
google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
google.golang.org/grpc/resolverPackage resolver defines APIs for name resolution in gRPC.
google.golang.org/grpc/resolver/manualPackage manual defines a resolver that can be used to manually send resolved addresses to ClientConn.
google.golang.org/grpc/serviceconfigPackage serviceconfig defines types and methods for operating on gRPC service configs.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/types/known/durationpbPackage durationpb contains generated types for google/protobuf/duration.proto.
google.golang.org/protobuf/types/known/timestamppbPackage timestamppb contains generated types for google/protobuf/timestamp.proto.
ioPackage io provides basic interfaces to I/O primitives.
math/rand/v2Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.