# Functions

No description provided by the author
RegisterUserHandler registers the http handlers for service User to "mux".
RegisterUserHandlerClient registers the http handlers for service User to "mux".
RegisterUserHandlerFromEndpoint is same as RegisterUserHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterUserHandlerServer registers the http handlers for service User to "mux".
No description provided by the author

# Constants

Admin role.
Unknown role.
User role.

# Variables

No description provided by the author
Enum value maps for Role.
Enum value maps for Role.
User_ServiceDesc is the grpc.ServiceDesc for User service.

# Structs

No description provided by the author
CreateRequestValidationError is the validation error returned by CreateRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateResponseValidationError is the validation error returned by CreateResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteRequestValidationError is the validation error returned by DeleteRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteResponseValidationError is the validation error returned by DeleteResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetListRequestValidationError is the validation error returned by GetListRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetListResponseValidationError is the validation error returned by GetListResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetRequestValidationError is the validation error returned by GetRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetResponseValidationError is the validation error returned by GetResponse.Validate if the designated constraints aren't met.
UnimplementedUserServer must be embedded to have forward compatible implementations.
No description provided by the author
UpdateRequestValidationError is the validation error returned by UpdateRequest.Validate if the designated constraints aren't met.
No description provided by the author
UpdateResponseValidationError is the validation error returned by UpdateResponse.Validate if the designated constraints aren't met.

# Interfaces

UnsafeUserServer may be embedded to opt out of forward compatibility for this service.
UserClient is the client API for User service.
UserServer is the server API for User service.

# Type aliases

CreateRequestMultiError is an error wrapping multiple validation errors returned by CreateRequest.ValidateAll() if the designated constraints aren't met.
CreateResponseMultiError is an error wrapping multiple validation errors returned by CreateResponse.ValidateAll() if the designated constraints aren't met.
DeleteRequestMultiError is an error wrapping multiple validation errors returned by DeleteRequest.ValidateAll() if the designated constraints aren't met.
DeleteResponseMultiError is an error wrapping multiple validation errors returned by DeleteResponse.ValidateAll() if the designated constraints aren't met.
GetListRequestMultiError is an error wrapping multiple validation errors returned by GetListRequest.ValidateAll() if the designated constraints aren't met.
GetListResponseMultiError is an error wrapping multiple validation errors returned by GetListResponse.ValidateAll() if the designated constraints aren't met.
GetRequestMultiError is an error wrapping multiple validation errors returned by GetRequest.ValidateAll() if the designated constraints aren't met.
GetResponseMultiError is an error wrapping multiple validation errors returned by GetResponse.ValidateAll() if the designated constraints aren't met.
No description provided by the author
UpdateRequestMultiError is an error wrapping multiple validation errors returned by UpdateRequest.ValidateAll() if the designated constraints aren't met.
UpdateResponseMultiError is an error wrapping multiple validation errors returned by UpdateResponse.ValidateAll() if the designated constraints aren't met.