Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRunnerHandle ¶
func NewRunnerHandle(rf RunnerFactory) http.HandlerFunc
Types ¶
type BookResponse ¶
type DestinationSearcherResponse ¶
type DestinationSearcherResponse struct {
hotelx.Destination
}
type RunnerFactory ¶
type RunnerFactory interface {
NewRunner() Runner
}
type SearchResponse ¶
type Service ¶
type Service interface { Search(input conversation.Criteria) SearchResponse Book(optionID string) BookResponse }
Click to show internal directories.
Click to hide internal directories.