geo

package
v0.0.0-...-1d706ad Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package geo is a generated protocol buffer package.

It is generated from these files:

srv/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 RegisterGeoHandler

func RegisterGeoHandler(s server.Server, hdlr GeoHandler, opts ...server.HandlerOption)

Types

type Geo

type Geo struct {
	GeoHandler
}

func (*Geo) Nearby

func (h *Geo) Nearby(ctx context.Context, in *Request, out *Result) error

type GeoClient

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

func NewGeoClient

func NewGeoClient(serviceName string, c client.Client) GeoClient

type GeoHandler

type GeoHandler 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) 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) 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