Versions in this module Expand all Collapse all v1 v1.5.0 Apr 24, 2022 Changes in this version + func NewServer(location *location.Location) v2.ServiceServer + func Register(lc fx.Lifecycle, params RegisterParams) + type RegisterParams struct + GRPCConfig *sgrpc.Config + GRPCServer *grpc.Server + HTTPServer *shttp.Server + Location *location.Location + Logger *zap.Logger + Tracer opentracing.Tracer + type Server struct + func (s *Server) GetLocation(ctx context.Context, req *v2.GetLocationRequest) (*v2.GetLocationResponse, error)