# 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.