Versions in this module Expand all Collapse all v1 v1.0.0 Apr 4, 2022 Changes in this version + func NewBus(scheme, host, path string) *bus + type ConfirmPassengerEmailDTO struct + Data string + type FeedbackRequest struct + Phone string + Subject string + Text string + type JwtDTO struct + AccessToken string + ExpiresIn int + RefreshToken string + Roles []string + TokenType string + Username string + type LoginRequest struct + Password string + Username string + type OrderDTO struct + Agent struct{ ... } + Created time.Time + Expired time.Time + Finished time.Time + Id int + PaymentMethod string + Repayment int + ReserveCode string + Status string + Tickets []struct{ ... } + Total int + type PassengerCreateRequest struct + Birthday time.Time + Citizenship string + DocNum string + DocSeries string + DocTypeCode string + Email string + FirstName string + Gender string + LastName string + MiddleName string + Owner bool + Phone string + type PassengerDTO struct + Birthday time.Time + Citizenship string + ConfirmEmail bool + DocNum string + DocSeries string + DocTypeCode string + Email string + FirstName string + Gender string + Id int + LastName string + MiddleName string + Owner bool + Phone string + type PaymentTypeDTO struct + ID int + Name string + type PaymentsURLRequest struct + OrderIds []int + PaymentTypeId int + type PaymentsUrlDTO struct + URL string + type PhoneDTO struct + Phone string + type PointDTO struct + Address string + Details string + Id int + Latitude string + Longitude string + Name string + Okato string + Place bool + Region string + type RaceDTO struct + ArrivalDate time.Time + ArrivalPointId int + ArrivalStationName string + BusInfo string + Carrier string + CarrierInn string + Clazz struct{ ... } + DataRequired bool + DepotId int + DispatchDate time.Time + DispatchPointId int + DispatchStationName string + FreeSeatCount int + FreeSeatEstimation string + FromCache bool + Name string + Num string + Price float64 + Status struct{ ... } + SupplierPrice float64 + Type struct{ ... } + Uid string + type RaceSummaryDTO struct + Depot struct{ ... } + DocTypes []struct{ ... } + Race struct{ ... } + Seats []struct{ ... } + Stops []struct{ ... } + TicketTypes []struct{ ... } + type RefundTicketsDTO struct + Data string + type RefundTicketsRequest struct + TicketIds []int + type SaleRequest struct + Birthday time.Time + Citizenship string + DocNum string + DocSeries string + DocTypeCode string + FirstName string + Gender string + LastName string + MiddleName string + Phone string + SeatCode string + TicketTypeCode string + type TourDTO struct + First struct{ ... } + Second struct{ ... } + type UpdateUserRequest struct + Email string + FirstName string + LastName string + MiddleName string + type UserDTO struct + ConfirmEmail bool + Email string + FirstName string + Id int + LastName string + MiddleName string + Phone string