Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Tracer opentracing.Tracer Port int IpAddr string Registry *registry.Client // contains filtered or unexported fields }
Server implments the search service
func (*Server) Nearby ¶
func (s *Server) Nearby(ctx context.Context, req *pb.NearbyRequest) (*pb.SearchResult, error)
Nearby returns ids of nearby hotels ordered by ranking algo
Click to show internal directories.
Click to hide internal directories.