package
0.0.0-20230704193043-9b6346a66585
Repository: https://github.com/jecsand/go-grpc-server-boilerplate.git
Documentation: pkg.go.dev

# Functions

NewAuthInterceptor constructs an AuthInterceptor.
NewLoggerInterceptor constructs a LoggerInterceptor.
NewServer is a function used to initialize a new Server struct.

# Structs

AuthInterceptor enforces JWT based authentication on gRPC services.
LoggerInterceptor struct.
Server is a struct that stores the API Apps high level attributes such as the router, config, and services.