Crate minerva_rpc
source · [−]Expand description
This is a library for working with anything related to gRPC communication on the Minerva System. This includes the implementation of client and server codes for each service, plus the DTOs representing messages sent to and from remote procedure calls.
Modules
Structures and algorithms related to all messages that can be sent
to and from gRPC services and clients.
Structures for handling gRPC request metadata.
Structures and algorithms related to a server and a client for the Products
service.
Structures and algorithms related to a server and a client for the Session
service.
Structures and algorithms related to a server and a client for the User
service.
Functions
Returns the address of any request’s sender. If non-existing, returns
and IPv4 address of
0.0.0.0
.