Expand description

itinerarymodule implementing gRPC functions

Provides basic insert/ update/ get / delete functionality and a more advanced search function.

Re-exports

Modules

Structs

  • Data struct with itinerary data
  • itinerarymodule including mock file Implementation of gRPC endpoints
  • Struct used to link flight_plans to itinerary
  • Struct containing a list of itinerary [Vec<Object>]
  • Object struct with id and data field
  • Response struct returning an [Object] on success and [ValidationResult] if invalid fields were provided
  • UpdateObject struct with id, data and mask fields

Enums