Module svc_storage::grpc::server::flight_plan
source · Expand description
flight_planmodule implementing gRPC functions
Provides basic insert/ update/ get / delete functionality and a more advanced search function.
Re-exports
pub use rpc_service_server::*;
pub use $crate::grpc::server::grpc_geo_types::*;
Modules
- Generated server implementations.
Structs
- Data struct with flight_plan data
- Struct used to link parcels to flight plans
- flight_planmodule including mock file Implementation of gRPC endpoints
- Struct containing a
list
of flight_plan [Vec<Object>] - Object struct with
id
anddata
field - Response struct returning an [Object] on success and [ValidationResult] if invalid fields were provided
- UpdateObject struct with
id
,data
andmask
fields
Enums
- Flight Priority Enum
- Flight Status Enum