Documentation ¶
Index ¶
- type AuthInterceptor
- type LoggerInterceptor
- func (i *LoggerInterceptor) WrapStreamingClient(next connect.StreamingClientFunc) connect.StreamingClientFunc
- func (i *LoggerInterceptor) WrapStreamingHandler(next connect.StreamingHandlerFunc) connect.StreamingHandlerFunc
- func (i *LoggerInterceptor) WrapUnary(next connect.UnaryFunc) connect.UnaryFunc
- type RecoveryInterceptor
- func (i *RecoveryInterceptor) WrapStreamingClient(next connect.StreamingClientFunc) connect.StreamingClientFunc
- func (i *RecoveryInterceptor) WrapStreamingHandler(next connect.StreamingHandlerFunc) connect.StreamingHandlerFunc
- func (i *RecoveryInterceptor) WrapUnary(next connect.UnaryFunc) connect.UnaryFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthInterceptor ¶
type AuthInterceptor struct {
// contains filtered or unexported fields
}
func NewAuthInterceptor ¶
func NewAuthInterceptor() *AuthInterceptor
func (*AuthInterceptor) WrapStreamingClient ¶
func (i *AuthInterceptor) WrapStreamingClient(next connect.StreamingClientFunc) connect.StreamingClientFunc
func (*AuthInterceptor) WrapStreamingHandler ¶
func (i *AuthInterceptor) WrapStreamingHandler(next connect.StreamingHandlerFunc) connect.StreamingHandlerFunc
type LoggerInterceptor ¶
type LoggerInterceptor struct{}
func NewLoggerInterceptor ¶
func NewLoggerInterceptor() *LoggerInterceptor
func (*LoggerInterceptor) WrapStreamingClient ¶
func (i *LoggerInterceptor) WrapStreamingClient(next connect.StreamingClientFunc) connect.StreamingClientFunc
func (*LoggerInterceptor) WrapStreamingHandler ¶
func (i *LoggerInterceptor) WrapStreamingHandler(next connect.StreamingHandlerFunc) connect.StreamingHandlerFunc
type RecoveryInterceptor ¶
type RecoveryInterceptor struct{}
func NewRecoveryInterceptor ¶
func NewRecoveryInterceptor() *RecoveryInterceptor
func (*RecoveryInterceptor) WrapStreamingClient ¶
func (i *RecoveryInterceptor) WrapStreamingClient(next connect.StreamingClientFunc) connect.StreamingClientFunc
func (*RecoveryInterceptor) WrapStreamingHandler ¶
func (i *RecoveryInterceptor) WrapStreamingHandler(next connect.StreamingHandlerFunc) connect.StreamingHandlerFunc
Click to show internal directories.
Click to hide internal directories.