# Functions
InterceptServerRequest returns a new Response instance from the provided context, or returns an error if it fails, or finds the context to be invalid.
StreamServerInterceptor is a gRPC server-side interceptor that checks that pagination provided is valid for streaming procedures.
UnaryServerInterceptor is a gRPC server-side interceptor that checks that pagination is provided is valid for unary procedures.
# Variables
Debug is used to turn on debug logging for this package.