Versions in this module Expand all Collapse all v1 v1.36.0 Jan 25, 2021 Changes in this version + type Response struct + Err error + Resp *rlspb.RouteLookupResponse + type Server struct + Address string + RequestChan *testutils.Channel + ResponseChan chan Response + func Start(lis net.Listener, opts ...grpc.ServerOption) (*Server, func(), error) + func (s *Server) ClientConn() (*grpc.ClientConn, func(), error) + func (s *Server) RouteLookup(ctx context.Context, req *rlspb.RouteLookupRequest) (*rlspb.RouteLookupResponse, error) v1.35.3-lb Jan 25, 2021