Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkadyrov committed Sep 27, 2019
1 parent 89d0479 commit 3b955a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ import (
"strings"
)

type InternalGroupOfFlights struct {
ItineraryID int
GroupOfSegmentsID int
Flights []*structsCommon.Flight
MajorityCarrier string
Duration int
}

func (r *Response) CheckErrorReply() error {

if r.ErrorMessage != nil {
Expand Down

0 comments on commit 3b955a5

Please sign in to comment.