Expand description

Structures and algorithms related to all messages that can be sent to and from gRPC services and clients.

Structs

A message containing the index of an expected entity.
A message containing the index of a page for a list of entities.
A message describing a product that can be sent back and forth. This message represents products for inclusion, updating and retrieval.
A message containing a list of products.
A message containing data to require a session creation on the backend.
A message containing session data retrieved from the backend.
A message for returning a session token for the user.
A message describing a user that can be sent back and forth. This message represents users for inclusion, updating and retrieval.
A message containing a list of users of any size.