Module minerva_data::user
source · [−]Expand description
This module contains Data Transfer Objects for the user
table, which
represents the registered users for this tenancy.
Structs
DTO representing a new entry on the
user
table.DTO representing user data received through a REST request.
DTO representing a single entry on the
user
table.Functions
Converts a
UserList
message into a Vec
of User
DTOs so that it
can be sent back as a REST response.Converts a
Vec
of User
DTOs to a UserList
so that it can be
sent back as a gRPC response.