Versions in this module Expand all Collapse all v0 v0.2.0 Feb 4, 2025 v0.1.0 Sep 8, 2023 Changes in this version + type Interceptor struct + func NewInterceptor(opts ...Option) (*Interceptor, error) + func (i *Interceptor) WrapStreamingClient(next connect.StreamingClientFunc) connect.StreamingClientFunc + func (i *Interceptor) WrapStreamingHandler(next connect.StreamingHandlerFunc) connect.StreamingHandlerFunc + func (i *Interceptor) WrapUnary(next connect.UnaryFunc) connect.UnaryFunc + type Option interface + func WithValidator(validator *protovalidate.Validator) Option