modulepackage
0.0.0-20241108153233-91eb69f343a6
Repository: https://github.com/connect-sdk/interceptor.git
Documentation: pkg.go.dev
# README
interceptor
The repository provides a convenient mechanism for filtering RPC requests.
# Functions
GetRequestURL returns the request URL.
WithAuthorization enables an oidc authorization.
WithContext set up the context.
WithLogger set up the logger.
WithRecovery recovers the handler from any panic.
WithTracer set up the Open Telemetry Tracer.
WithValidator set up the request validator.