rate

package
v0.0.0-...-266f2ff Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2016 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package rate is a generated protocol buffer package.

It is generated from these files:

srv/rate/proto/rate.proto

It has these top-level messages:

Request
Result
RatePlan
RoomType

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterRateHandler

func RegisterRateHandler(s server.Server, hdlr RateHandler, opts ...server.HandlerOption)

Types

type Rate

type Rate struct {
	RateHandler
}

func (*Rate) GetRates

func (h *Rate) GetRates(ctx context.Context, in *Request, out *Result) error

type RateClient

type RateClient interface {
	// GetRates returns rate codes for hotels for a given date range
	GetRates(ctx context.Context, in *Request, opts ...client.CallOption) (*Result, error)
}

func NewRateClient

func NewRateClient(serviceName string, c client.Client) RateClient

type RateHandler

type RateHandler interface {
	// GetRates returns rate codes for hotels for a given date range
	GetRates(context.Context, *Request, *Result) error
}

type RatePlan

type RatePlan struct {
	HotelId  string    `protobuf:"bytes,1,opt,name=hotelId" json:"hotelId,omitempty"`
	Code     string    `protobuf:"bytes,2,opt,name=code" json:"code,omitempty"`
	InDate   string    `protobuf:"bytes,3,opt,name=inDate" json:"inDate,omitempty"`
	OutDate  string    `protobuf:"bytes,4,opt,name=outDate" json:"outDate,omitempty"`
	RoomType *RoomType `protobuf:"bytes,5,opt,name=roomType" json:"roomType,omitempty"`
}

func (*RatePlan) Descriptor

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

func (*RatePlan) GetRoomType

func (m *RatePlan) GetRoomType() *RoomType

func (*RatePlan) ProtoMessage

func (*RatePlan) ProtoMessage()

func (*RatePlan) Reset

func (m *RatePlan) Reset()

func (*RatePlan) String

func (m *RatePlan) String() string

type Request

type Request struct {
	HotelIds []string `protobuf:"bytes,1,rep,name=hotelIds" json:"hotelIds,omitempty"`
	InDate   string   `protobuf:"bytes,2,opt,name=inDate" json:"inDate,omitempty"`
	OutDate  string   `protobuf:"bytes,3,opt,name=outDate" json:"outDate,omitempty"`
}

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 {
	RatePlans []*RatePlan `protobuf:"bytes,1,rep,name=ratePlans" json:"ratePlans,omitempty"`
}

func (*Result) Descriptor

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

func (*Result) GetRatePlans

func (m *Result) GetRatePlans() []*RatePlan

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) Reset

func (m *Result) Reset()

func (*Result) String

func (m *Result) String() string

type RoomType

type RoomType struct {
	BookableRate       float64 `protobuf:"fixed64,1,opt,name=bookableRate" json:"bookableRate,omitempty"`
	TotalRate          float64 `protobuf:"fixed64,2,opt,name=totalRate" json:"totalRate,omitempty"`
	TotalRateInclusive float64 `protobuf:"fixed64,3,opt,name=totalRateInclusive" json:"totalRateInclusive,omitempty"`
	Code               string  `protobuf:"bytes,4,opt,name=code" json:"code,omitempty"`
	Currency           string  `protobuf:"bytes,5,opt,name=currency" json:"currency,omitempty"`
	RoomDescription    string  `protobuf:"bytes,6,opt,name=roomDescription" json:"roomDescription,omitempty"`
}

func (*RoomType) Descriptor

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

func (*RoomType) ProtoMessage

func (*RoomType) ProtoMessage()

func (*RoomType) Reset

func (m *RoomType) Reset()

func (*RoomType) String

func (m *RoomType) String() string

Jump to

Keyboard shortcuts

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