MCPcopy Create free account
hub / github.com/danielmesquitta/flight-api / FlightAPI

Interface FlightAPI

internal/provider/flightapi/flightapi.go:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type FlightAPI interface {
14 SearchFlights(
15 ctx context.Context,
16 origin, destination string,
17 date time.Time,
18 ) ([]entity.Flight, error)
19}
20
21func NewFlightAPIs(
22 a *amadeusapi.AmadeusAPI,

Callers 2

ExecuteMethod · 0.65

Implementers 5

SerpAPIinternal/provider/flightapi/serpapi/se
DuffelAPIinternal/provider/flightapi/duffelapi/
MockFlightAPIinternal/provider/flightapi/mockflight
MockFlightAPI_Expecterinternal/provider/flightapi/mockflight
AmadeusAPIinternal/provider/flightapi/amadeusapi

Calls

no outgoing calls

Tested by

no test coverage detected