# Functions
No description provided by the author
No description provided by the author
# Constants
Indicates the provided values for he operation were invalid.
Indicates the operation was successful.
Indicates the operation fail with unknown error.
Indicates the user already exists.
Indicates the user does not exist.
# Variables
Enum value maps for Error.
Enum value maps for Error.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
* Request to create a new user.
* Response contains the result of creating a new user.
* Request to delete an existing user.
* Response contains the result of deleting an existing user.
* Request to read an existing user.
* Response contains the result of reading an existing user.
UnimplementedServiceServer can be embedded to have forward compatible implementations.
* Request to update an existing user.
* Response contains the result of updating an existing user.
* The user object.
# Interfaces
ServiceClient is the client API for Service service.
ServiceServer is the server API for Service service.
# Type aliases
* The different error types.