package
0.0.0-20250115122641-6b843c781f7b
Repository: https://github.com/8thgencore/microservice-auth.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterAccessV1Handler registers the http handlers for service AccessV1 to "mux".
RegisterAccessV1HandlerClient registers the http handlers for service AccessV1 to "mux".
RegisterAccessV1HandlerFromEndpoint is same as RegisterAccessV1Handler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAccessV1HandlerServer registers the http handlers for service AccessV1 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

AccessV1_ServiceDesc is the grpc.ServiceDesc for AccessV1 service.
No description provided by the author

# Structs

AddRoleEndpointRequest represents the request to add roles to an endpoint.
AddRoleEndpointRequestValidationError is the validation error returned by AddRoleEndpointRequest.Validate if the designated constraints aren't met.
CheckRequest contains the endpoint a user is trying to access.
CheckRequestValidationError is the validation error returned by CheckRequest.Validate if the designated constraints aren't met.
DeleteRoleEndpointRequest represents the request to delete an endpoint permission.
DeleteRoleEndpointRequestValidationError is the validation error returned by DeleteRoleEndpointRequest.Validate if the designated constraints aren't met.
EndpointPermissions represents the permission settings for an endpoint.
EndpointPermissionsValidationError is the validation error returned by EndpointPermissions.Validate if the designated constraints aren't met.
GetRoleEndpointsResponse represents the response containing a list of endpoint permissions.
GetRoleEndpointsResponseValidationError is the validation error returned by GetRoleEndpointsResponse.Validate if the designated constraints aren't met.
UnimplementedAccessV1Server must be embedded to have forward compatible implementations.
UpdateRoleEndpointRequest represents the request to update roles for an endpoint.
UpdateRoleEndpointRequestValidationError is the validation error returned by UpdateRoleEndpointRequest.Validate if the designated constraints aren't met.

# Interfaces

AccessV1Client is the client API for AccessV1 service.
AccessV1Server is the server API for AccessV1 service.
UnsafeAccessV1Server may be embedded to opt out of forward compatibility for this service.

# Type aliases

AddRoleEndpointRequestMultiError is an error wrapping multiple validation errors returned by AddRoleEndpointRequest.ValidateAll() if the designated constraints aren't met.
CheckRequestMultiError is an error wrapping multiple validation errors returned by CheckRequest.ValidateAll() if the designated constraints aren't met.
DeleteRoleEndpointRequestMultiError is an error wrapping multiple validation errors returned by DeleteRoleEndpointRequest.ValidateAll() if the designated constraints aren't met.
EndpointPermissionsMultiError is an error wrapping multiple validation errors returned by EndpointPermissions.ValidateAll() if the designated constraints aren't met.
GetRoleEndpointsResponseMultiError is an error wrapping multiple validation errors returned by GetRoleEndpointsResponse.ValidateAll() if the designated constraints aren't met.
UpdateRoleEndpointRequestMultiError is an error wrapping multiple validation errors returned by UpdateRoleEndpointRequest.ValidateAll() if the designated constraints aren't met.