package
0.0.0-20241011153420-5f2c36d6d44b
Repository: https://github.com/t34-dev/go-svc-starter.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
# Variables
AuthV1_ServiceDesc is the grpc.ServiceDesc for AuthV1 service.
No description provided by the author
# Structs
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
UpdateTokenRequestValidationError is the validation error returned by UpdateTokenRequest.Validate if the designated constraints aren't met.
No description provided by the author
UpdateTokenResponseValidationError is the validation error returned by UpdateTokenResponse.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
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.
UpdateTokenRequestMultiError is an error wrapping multiple validation errors returned by UpdateTokenRequest.ValidateAll() if the designated constraints aren't met.
UpdateTokenResponseMultiError is an error wrapping multiple validation errors returned by UpdateTokenResponse.ValidateAll() if the designated constraints aren't met.