Categorygithub.com/napptive/grpc-jwt-go
modulepackage
0.1.0
Repository: https://github.com/napptive/grpc-jwt-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

GetSecretRequest message with the information required to retrieve a JWT signing secret.
GetSecretRequestValidationError is the validation error returned by GetSecretRequest.Validate if the designated constraints aren't met.
SecretResponse with the retrieved secret.
SecretResponseValidationError is the validation error returned by SecretResponse.Validate if the designated constraints aren't met.
UnimplementedSecretsServer can be embedded to have forward compatible implementations.

# Interfaces

SecretsClient is the client API for Secrets service.
SecretsServer is the server API for Secrets service.

# Type aliases

GetSecretRequestMultiError is an error wrapping multiple validation errors returned by GetSecretRequest.ValidateAll() if the designated constraints aren't met.
SecretResponseMultiError is an error wrapping multiple validation errors returned by SecretResponse.ValidateAll() if the designated constraints aren't met.