Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPConfig ¶ added in v0.21.0
HTTPConfig is implemented by anything that produces an HTTP middleware chain emitting structured access logs.
type RPCConfig ¶ added in v0.21.0
type RPCConfig interface {
UnaryInterceptor() grpc.UnaryServerInterceptor
StreamInterceptor() grpc.StreamServerInterceptor
PanicUnaryInterceptor() grpc.UnaryServerInterceptor
PanicStreamInterceptor() grpc.StreamServerInterceptor
}
RPCConfig is implemented by anything that produces gRPC interceptors — both for emitting structured access logs (Unary/Stream Interceptor) and for recovering from handler panics (PanicUnary/PanicStream Interceptor).
Click to show internal directories.
Click to hide internal directories.