Versions in this module Expand all Collapse all v1 v1.0.0 Jun 24, 2021 Changes in this version + type Response struct + Err error + Resp *rlspb.RouteLookupResponse + type Server struct + Address string + RequestChan chan *rlspb.RouteLookupRequest + ResponseChan chan Response + func Start() (*Server, func(), error) + func (s *Server) ClientConn() (*grpc.ClientConn, func(), error) + func (s *Server) RouteLookup(ctx context.Context, req *rlspb.RouteLookupRequest) (*rlspb.RouteLookupResponse, error)