Module svc_storage::grpc::server::group

source ·
Expand description

groupmodule implementing gRPC functions

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

Re-exports

Modules

Structs

  • Data struct with group data
  • Struct used to link users to a group
  • Struct used to link vehicles to a group
  • Struct used to link vertipads to a group
  • Struct used to link vertiports to a group
  • groupmodule including mock file Implementation of gRPC endpoints
  • Struct containing a list of group [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