Imports of package rls

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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.
github.com/golang/protobuf/jsonpbPackage jsonpb provides functionality to marshal and unmarshal between a protocol buffer message and JSON.
github.com/golang/protobuf/ptypesPackage ptypes provides functionality for interacting with well-known types.
github.com/golang/protobuf/ptypes/duration
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/rls/internal/cache
google.golang.org/grpc/balancer/rls/internal/keysPackage keys provides functionality required to build RLS request keys.
google.golang.org/grpc/balancer/rls/internal/proto/grpc_lookup_v1
google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
google.golang.org/grpc/internal/grpcsyncPackage grpcsync implements additional synchronization primitives built upon the sync package.
google.golang.org/grpc/internal/grpcutilPackage grpcutil provides utility functions used across the gRPC codebase.
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/serviceconfigPackage serviceconfig defines types and methods for operating on gRPC service configs.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.