Expand description

parcel_scanmodule implementing gRPC functions

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

Re-exports

Modules

Structs

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