package
0.0.0-20240419130308-1113adc6cb06
Repository: https://github.com/kirillmc/trainings-auth.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterUserV1Handler registers the http handlers for service UserV1 to "mux".
RegisterUserV1HandlerClient registers the http handlers for service UserV1 to "mux".
RegisterUserV1HandlerFromEndpoint is same as RegisterUserV1Handler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterUserV1HandlerServer registers the http handlers for service UserV1 to "mux".
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Enum value maps for Role.
Enum value maps for Role.
UserV1_ServiceDesc is the grpc.ServiceDesc for UserV1 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
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.
No description provided by the author
LockUserRequestValidationError is the validation error returned by LockUserRequest.Validate if the designated constraints aren't met.
UnimplementedUserV1Server must be embedded to have forward compatible implementations.
No description provided by the author
UnlockUserRequestValidationError is the validation error returned by UnlockUserRequest.Validate if the designated constraints aren't met.
No description provided by the author
UpdatePasswordInfoValidationError is the validation error returned by UpdatePasswordInfo.Validate if the designated constraints aren't met.
No description provided by the author
UpdatePasswordRequestValidationError is the validation error returned by UpdatePasswordRequest.Validate if the designated constraints aren't met.
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
UpdateRoleRequestValidationError is the validation error returned by UpdateRoleRequest.Validate if the designated constraints aren't met.
No description provided by the author
UpdateUserInfoValidationError is the validation error returned by UpdateUserInfo.Validate if the designated constraints aren't met.
No description provided by the author
No description provided by the author
UserInfoValidationError is the validation error returned by UserInfo.Validate if the designated constraints aren't met.
UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.

# Interfaces

UnsafeUserV1Server may be embedded to opt out of forward compatibility for this service.
UserV1Client is the client API for UserV1 service.
UserV1Server is the server API for UserV1 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.
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.
LockUserRequestMultiError is an error wrapping multiple validation errors returned by LockUserRequest.ValidateAll() if the designated constraints aren't met.
No description provided by the author
UnlockUserRequestMultiError is an error wrapping multiple validation errors returned by UnlockUserRequest.ValidateAll() if the designated constraints aren't met.
UpdatePasswordInfoMultiError is an error wrapping multiple validation errors returned by UpdatePasswordInfo.ValidateAll() if the designated constraints aren't met.
UpdatePasswordRequestMultiError is an error wrapping multiple validation errors returned by UpdatePasswordRequest.ValidateAll() if the designated constraints aren't met.
UpdateRequestMultiError is an error wrapping multiple validation errors returned by UpdateRequest.ValidateAll() if the designated constraints aren't met.
UpdateRoleRequestMultiError is an error wrapping multiple validation errors returned by UpdateRoleRequest.ValidateAll() if the designated constraints aren't met.
UpdateUserInfoMultiError is an error wrapping multiple validation errors returned by UpdateUserInfo.ValidateAll() if the designated constraints aren't met.
UserInfoMultiError is an error wrapping multiple validation errors returned by UserInfo.ValidateAll() if the designated constraints aren't met.
UserMultiError is an error wrapping multiple validation errors returned by User.ValidateAll() if the designated constraints aren't met.