package
0.0.0-20241212173858-2ac2bc49d1f0
Repository: https://github.com/t1pcrips/auth.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterAccessHandler registers the http handlers for service Access to "mux".
RegisterAccessHandlerClient registers the http handlers for service Access to "mux".
RegisterAccessHandlerFromEndpoint is same as RegisterAccessHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAccessHandlerServer registers the http handlers for service Access 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
No description provided by the author

# Variables

Access_ServiceDesc is the grpc.ServiceDesc for Access 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.
UnimplementedAccessServer must be embedded to have forward compatible implementations.

# Interfaces

AccessClient is the client API for Access service.
AccessServer is the server API for Access service.
UnsafeAccessServer 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.
No description provided by the author