package
0.0.0-20240930183216-c1b6262909ba
Repository: https://github.com/nqxcode/auth_microservice.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 Role.
Enum value maps for Role.

# Structs

No description provided by the author
CheckRequestValidationError is the validation error returned by CheckRequest.Validate if the designated constraints aren't met.
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
GetAccessTokenRequestValidationError is the validation error returned by GetAccessTokenRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetAccessTokenResponseValidationError is the validation error returned by GetAccessTokenResponse.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
GetRefreshTokenRequestValidationError is the validation error returned by GetRefreshTokenRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetRefreshTokenResponseValidationError is the validation error returned by GetRefreshTokenResponse.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
LimitValidationError is the validation error returned by Limit.Validate if the designated constraints aren't met.
No description provided by the author
LoginRequestValidationError is the validation error returned by LoginRequest.Validate if the designated constraints aren't met.
No description provided by the author
LoginResponseValidationError is the validation error returned by LoginResponse.Validate if the designated constraints aren't met.
UnimplementedAuthV1Server 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
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

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

CheckRequestMultiError is an error wrapping multiple validation errors returned by CheckRequest.ValidateAll() if the designated constraints aren't met.
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.
GetAccessTokenRequestMultiError is an error wrapping multiple validation errors returned by GetAccessTokenRequest.ValidateAll() if the designated constraints aren't met.
GetAccessTokenResponseMultiError is an error wrapping multiple validation errors returned by GetAccessTokenResponse.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.
GetRefreshTokenRequestMultiError is an error wrapping multiple validation errors returned by GetRefreshTokenRequest.ValidateAll() if the designated constraints aren't met.
GetRefreshTokenResponseMultiError is an error wrapping multiple validation errors returned by GetRefreshTokenResponse.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.
LimitMultiError is an error wrapping multiple validation errors returned by Limit.ValidateAll() if the designated constraints aren't met.
LoginRequestMultiError is an error wrapping multiple validation errors returned by LoginRequest.ValidateAll() if the designated constraints aren't met.
LoginResponseMultiError is an error wrapping multiple validation errors returned by LoginResponse.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.
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.