Skip to content

Commit 3b955a5

Browse files
committed
cleanup
1 parent 89d0479 commit 3b955a5

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

structs/fare/masterPricerTravelBoardSearch/v14.3/response/filterBySegments.go

Lines changed: 0 additions & 15 deletions
This file was deleted.

structs/fare/masterPricerTravelBoardSearch/v14.3/response/parseReply.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ import (
1414
"strings"
1515
)
1616

17+
type InternalGroupOfFlights struct {
18+
ItineraryID int
19+
GroupOfSegmentsID int
20+
Flights []*structsCommon.Flight
21+
MajorityCarrier string
22+
Duration int
23+
}
24+
1725
func (r *Response) CheckErrorReply() error {
1826

1927
if r.ErrorMessage != nil {

0 commit comments

Comments
 (0)