Module svc_storage::grpc::server::pilot

source ·
Expand description

pilotmodule implementing gRPC functions

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

Re-exports

Modules

Structs

  • Data struct with pilot data
  • pilotmodule including mock file Implementation of gRPC endpoints
  • Struct containing a list of pilot [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