# Functions
New creates a new dual gRPC server.
NewExtAuthZFilter creates a new ExtAuthZFilter.
NewHealthServer creates a new health server.
NewLogMiddleware creates a new LogMiddleware that logs all gRPC requests and responses.
PropagateRequestID is a gRPC middleware that propagates the request id from an Envoy CheckRequest to the logging context.
# Constants
EnvoyXRequestID is the header name for the request id.
No description provided by the author
No description provided by the author
# Structs
ExtAuthZFilter is an implementation of the Envoy AuthZ filter.
LogMiddleware is a gRPC middleware that logs all the requests and responses.
Server that runs as a unit in a run.Group.
# Interfaces
RegisterGrpc is an interface for registering gRPC registerHandlers.