Documentation
¶
Index ¶
- type ProcessingMetricInterceptor
- func (*ProcessingMetricInterceptor) WrapStreamingClient(next connect.StreamingClientFunc) connect.StreamingClientFunc
- func (i *ProcessingMetricInterceptor) WrapStreamingHandler(_ connect.StreamingHandlerFunc) connect.StreamingHandlerFunc
- func (i *ProcessingMetricInterceptor) WrapUnary(next connect.UnaryFunc) connect.UnaryFunc
- type SignInterceptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessingMetricInterceptor ¶
type ProcessingMetricInterceptor struct {
// contains filtered or unexported fields
}
func NewProcessingMetric ¶
func NewProcessingMetric(metrics *metrics.PrometheusMetrics) *ProcessingMetricInterceptor
func (*ProcessingMetricInterceptor) WrapStreamingClient ¶
func (*ProcessingMetricInterceptor) WrapStreamingClient(next connect.StreamingClientFunc) connect.StreamingClientFunc
WrapStreamingClient wraps the streaming server function
func (*ProcessingMetricInterceptor) WrapStreamingHandler ¶
func (i *ProcessingMetricInterceptor) WrapStreamingHandler(_ connect.StreamingHandlerFunc) connect.StreamingHandlerFunc
WrapStreamingHandler wraps the streaming server function
type SignInterceptor ¶
type SignInterceptor struct {
// contains filtered or unexported fields
}
func NewSignInterceptor ¶
func NewSignInterceptor( settingService setting.ISettingService, ) *SignInterceptor
func (*SignInterceptor) WrapStreamingClient ¶
func (*SignInterceptor) WrapStreamingClient(next connect.StreamingClientFunc) connect.StreamingClientFunc
WrapStreamingClient wraps the streaming server function
func (*SignInterceptor) WrapStreamingHandler ¶
func (i *SignInterceptor) WrapStreamingHandler(_ connect.StreamingHandlerFunc) connect.StreamingHandlerFunc
WrapStreamingHandler wraps the streaming server function
Click to show internal directories.
Click to hide internal directories.