package
1.0.1
Repository: https://github.com/take-bit/proto.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
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
No description provided by the author

# Variables

AuthService_ServiceDesc is the grpc.ServiceDesc for AuthService service.
No description provided by the author
Enum value maps for LoginRequest_LoginType.
Enum value maps for LoginRequest_LoginType.

# Structs

No description provided by the author
AccessTokenValidationError is the validation error returned by AccessToken.Validate if the designated constraints aren't met.
No description provided by the author
ErrorResponseValidationError is the validation error returned by ErrorResponse.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
No description provided by the author
No description provided by the author
LoginResponseValidationError is the validation error returned by LoginResponse.Validate if the designated constraints aren't met.
No description provided by the author
RefreshTokenValidationError is the validation error returned by RefreshToken.Validate if the designated constraints aren't met.
No description provided by the author
RegisterRequestValidationError is the validation error returned by RegisterRequest.Validate if the designated constraints aren't met.
No description provided by the author
No description provided by the author
No description provided by the author
RegisterResponseValidationError is the validation error returned by RegisterResponse.Validate if the designated constraints aren't met.
No description provided by the author
TokensValidationError is the validation error returned by Tokens.Validate if the designated constraints aren't met.
UnimplementedAuthServiceServer must be embedded to have forward compatible implementations.
No description provided by the author
UpdateAccessTokenRequestValidationError is the validation error returned by UpdateAccessTokenRequest.Validate if the designated constraints aren't met.
No description provided by the author
No description provided by the author
No description provided by the author
UpdateAccessTokenResponseValidationError is the validation error returned by UpdateAccessTokenResponse.Validate if the designated constraints aren't met.

# Interfaces

AuthServiceClient is the client API for AuthService service.
AuthServiceServer is the server API for AuthService service.
UnsafeAuthServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

AccessTokenMultiError is an error wrapping multiple validation errors returned by AccessToken.ValidateAll() if the designated constraints aren't met.
ErrorResponseMultiError is an error wrapping multiple validation errors returned by ErrorResponse.ValidateAll() if the designated constraints aren't met.
No description provided by the author
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.
RefreshTokenMultiError is an error wrapping multiple validation errors returned by RefreshToken.ValidateAll() if the designated constraints aren't met.
RegisterRequestMultiError is an error wrapping multiple validation errors returned by RegisterRequest.ValidateAll() if the designated constraints aren't met.
RegisterResponseMultiError is an error wrapping multiple validation errors returned by RegisterResponse.ValidateAll() if the designated constraints aren't met.
TokensMultiError is an error wrapping multiple validation errors returned by Tokens.ValidateAll() if the designated constraints aren't met.
UpdateAccessTokenRequestMultiError is an error wrapping multiple validation errors returned by UpdateAccessTokenRequest.ValidateAll() if the designated constraints aren't met.
UpdateAccessTokenResponseMultiError is an error wrapping multiple validation errors returned by UpdateAccessTokenResponse.ValidateAll() if the designated constraints aren't met.