Documentation
¶
Index ¶
- func StreamClientRecoveryInterceptor(h RecoveryHandlerContextFunc) grpc.StreamClientInterceptor
- func StreamClientThrottleInterceptor(h ThrottleHandlerFunc) grpc.StreamClientInterceptor
- func UnaryClientRecoveryInterceptor(h RecoveryHandlerContextFunc) grpc.UnaryClientInterceptor
- func UnaryClientThrottleInterceptor(h ThrottleHandlerFunc) grpc.UnaryClientInterceptor
- type RecoveryHandlerContextFunc
- type ThrottleHandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamClientRecoveryInterceptor ¶
func StreamClientRecoveryInterceptor(h RecoveryHandlerContextFunc) grpc.StreamClientInterceptor
func StreamClientThrottleInterceptor ¶
func StreamClientThrottleInterceptor(h ThrottleHandlerFunc) grpc.StreamClientInterceptor
func UnaryClientRecoveryInterceptor ¶
func UnaryClientRecoveryInterceptor(h RecoveryHandlerContextFunc) grpc.UnaryClientInterceptor
func UnaryClientThrottleInterceptor ¶
func UnaryClientThrottleInterceptor(h ThrottleHandlerFunc) grpc.UnaryClientInterceptor
Types ¶
type ThrottleHandlerFunc ¶
type ThrottleHandlerFunc func() bool
Click to show internal directories.
Click to hide internal directories.