Skip to content

Commit

Permalink
fix arch
Browse files Browse the repository at this point in the history
  • Loading branch information
boozec committed Jul 12, 2024
1 parent 16fef65 commit 7c1c3e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,17 +179,17 @@ handlers
│ ├── st_save_flight.go
│ ├── st_save_flights_as_available.go
│ ├── st_save_last_minute_offer.go
│ ├── st_sort_rent_services.go
│ ├── tm_ack_flight_request_save.go
│ ├── tm_ask_for_rent.go
│ ├── tm_ask_payment_link.go
│ ├── tm_book_journey.go
│ ├── tm_compute_distance_user_airport.go
│ ├── tm_error_on_book_journey.go
│ ├── tm_error_on_check_offer.go
│ ├── tm_find_nearest_available_rent_company.go
│ ├── tm_journey.go
│ ├── tm_journey_and_rent.go
│ ├── tm_journey_rent_error.go
│ ├── tm_invoice.go
│ ├── tm_invoice_and_rent.go
│ ├── tm_invoice_rent_error.go
│ ├── tm_search_flight_on_airline.go
│ ├── tm_send_offer.go
│ └── tm_send_payment_link.go
Expand Down

0 comments on commit 7c1c3e0

Please sign in to comment.