Imports of package service

PathSynopsis
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/credentials/insecurePackage insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
google.golang.org/grpc/internal/envconfigPackage envconfig contains grpc settings configured by environment variables.
google.golang.org/grpc/keepalivePackage keepalive defines configurable parameters for point-to-point healthcheck.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.