geo

package
v0.0.0-...-27db7c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package geo is a generated protocol buffer package.

It is generated from these files:

services/geo/proto/geo.proto

It has these top-level messages:

Request
Result

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterGeoServer

func RegisterGeoServer(s *grpc.Server, srv GeoServer)

Types

type GeoClient

type GeoClient interface {
	// Finds the hotels contained nearby the current lat/lon.
	Nearby(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Result, error)
}

func NewGeoClient

func NewGeoClient(cc *grpc.ClientConn) GeoClient

type GeoServer

type GeoServer interface {
	// Finds the hotels contained nearby the current lat/lon.
	Nearby(context.Context, *Request) (*Result, error)
}

type Request

type Request struct {
	Lat float32 `protobuf:"fixed32,1,opt,name=lat" json:"lat,omitempty"`
	Lon float32 `protobuf:"fixed32,2,opt,name=lon" json:"lon,omitempty"`
}

The latitude and longitude of the current location.

func (*Request) Descriptor

func (*Request) Descriptor() ([]byte, []int)

func (*Request) GetLat

func (m *Request) GetLat() float32

func (*Request) GetLon

func (m *Request) GetLon() float32

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

type Result

type Result struct {
	HotelIds []string `protobuf:"bytes,1,rep,name=hotelIds" json:"hotelIds,omitempty"`
}

func (*Result) Descriptor

func (*Result) Descriptor() ([]byte, []int)

func (*Result) GetHotelIds

func (m *Result) GetHotelIds() []string

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) Reset

func (m *Result) Reset()

func (*Result) String

func (m *Result) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL