Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLogInterceptor ¶
func NewLogInterceptor(l *slog.Logger) connect.Interceptor
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
func NewFactory ¶
func (*Factory) LogInterceptor ¶
func (f *Factory) LogInterceptor() connect.Interceptor
type LogInterceptor ¶
type LogInterceptor struct {
// contains filtered or unexported fields
}
func (*LogInterceptor) WrapStreamingClient ¶
func (*LogInterceptor) WrapStreamingClient(next connect.StreamingClientFunc) connect.StreamingClientFunc
func (*LogInterceptor) WrapStreamingHandler ¶
func (i *LogInterceptor) WrapStreamingHandler(next connect.StreamingHandlerFunc) connect.StreamingHandlerFunc
Click to show internal directories.
Click to hide internal directories.