package
0.0.0-20241206070515-f4a78e90cc1a
Repository: https://github.com/spv-dev/auth.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterAuthV1Handler registers the http handlers for service AuthV1 to "mux".
RegisterAuthV1HandlerClient registers the http handlers for service AuthV1 to "mux".
RegisterAuthV1HandlerFromEndpoint is same as RegisterAuthV1Handler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAuthV1HandlerServer registers the http handlers for service AuthV1 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

# Variables

AuthV1_ServiceDesc is the grpc.ServiceDesc for AuthV1 service.
No description provided by the author
Enum value maps for Roles.
Enum value maps for Roles.

# Structs

No description provided by the author
CreateUserRequestValidationError is the validation error returned by CreateUserRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateUserResponseValidationError is the validation error returned by CreateUserResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteUserRequestValidationError is the validation error returned by DeleteUserRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetUserRequestValidationError is the validation error returned by GetUserRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetUserResponseValidationError is the validation error returned by GetUserResponse.Validate if the designated constraints aren't met.
UnimplementedAuthV1Server must be embedded to have forward compatible implementations.
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
UpdateUserRequestValidationError is the validation error returned by UpdateUserRequest.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

AuthV1Client is the client API for AuthV1 service.
AuthV1Server is the server API for AuthV1 service.
UnsafeAuthV1Server may be embedded to opt out of forward compatibility for this service.

# Type aliases

CreateUserRequestMultiError is an error wrapping multiple validation errors returned by CreateUserRequest.ValidateAll() if the designated constraints aren't met.
CreateUserResponseMultiError is an error wrapping multiple validation errors returned by CreateUserResponse.ValidateAll() if the designated constraints aren't met.
DeleteUserRequestMultiError is an error wrapping multiple validation errors returned by DeleteUserRequest.ValidateAll() if the designated constraints aren't met.
GetUserRequestMultiError is an error wrapping multiple validation errors returned by GetUserRequest.ValidateAll() if the designated constraints aren't met.
GetUserResponseMultiError is an error wrapping multiple validation errors returned by GetUserResponse.ValidateAll() if the designated constraints aren't met.
No description provided by the author
UpdateUserInfoMultiError is an error wrapping multiple validation errors returned by UpdateUserInfo.ValidateAll() if the designated constraints aren't met.
UpdateUserRequestMultiError is an error wrapping multiple validation errors returned by UpdateUserRequest.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.