Module svc_storage::grpc::server::user

source ·
Expand description

usermodule implementing gRPC functions

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

Re-exports

Modules

Structs

  • Data struct with user data PI data will be stored in a separate database/ service
  • usermodule including mock file Implementation of gRPC endpoints
  • Struct containing a list of user [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
  • Struct used to link groups to an user

Enums