Categorygithub.com/segmentq/protos-auth-go
modulepackage
0.2.0
Repository: https://github.com/segmentq/protos-auth-go.git
Documentation: pkg.go.dev

# README

protos-auth-go

Authentication related GRPC definitions for Golang

Go Report Card


Documentation

Documentation can be found in the docs folder of the project.

Usage

See the Protobuf Quickstart Guide.

# Functions

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

# Structs

No description provided by the author
AccessDefinitionValidationError is the validation error returned by AccessDefinition.Validate if the designated constraints aren't met.
No description provided by the author
GrantAccessRequestValidationError is the validation error returned by GrantAccessRequest.Validate if the designated constraints aren't met.
No description provided by the author
GrantAccessResponseValidationError is the validation error returned by GrantAccessResponse.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.
No description provided by the author
RevokeAccessRequestValidationError is the validation error returned by RevokeAccessRequest.Validate if the designated constraints aren't met.
No description provided by the author
RevokeAccessResponseValidationError is the validation error returned by RevokeAccessResponse.Validate if the designated constraints aren't met.
No description provided by the author
ShowAccessRequestValidationError is the validation error returned by ShowAccessRequest.Validate if the designated constraints aren't met.
UnimplementedAuthServiceServer should be embedded to have forward compatible implementations.

# Interfaces

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

AccessDefinitionMultiError is an error wrapping multiple validation errors returned by AccessDefinition.ValidateAll() if the designated constraints aren't met.
GrantAccessRequestMultiError is an error wrapping multiple validation errors returned by GrantAccessRequest.ValidateAll() if the designated constraints aren't met.
GrantAccessResponseMultiError is an error wrapping multiple validation errors returned by GrantAccessResponse.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.
RevokeAccessRequestMultiError is an error wrapping multiple validation errors returned by RevokeAccessRequest.ValidateAll() if the designated constraints aren't met.
RevokeAccessResponseMultiError is an error wrapping multiple validation errors returned by RevokeAccessResponse.ValidateAll() if the designated constraints aren't met.
ShowAccessRequestMultiError is an error wrapping multiple validation errors returned by ShowAccessRequest.ValidateAll() if the designated constraints aren't met.