Documentation ¶
Index ¶
- func MethodTypeStreamInterceptor(r *protoregistry.Registry) grpc.StreamServerInterceptor
- func MethodTypeUnaryInterceptor(r *protoregistry.Registry) grpc.UnaryServerInterceptor
- func StreamErrorHandler(registry *protoregistry.Registry, errorTracker tracker.ErrorTracker, ...) grpc.StreamClientInterceptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MethodTypeStreamInterceptor ¶
func MethodTypeStreamInterceptor(r *protoregistry.Registry) grpc.StreamServerInterceptor
MethodTypeStreamInterceptor returns a Stream Interceptor that records the method type of incoming RPC requests
func MethodTypeUnaryInterceptor ¶
func MethodTypeUnaryInterceptor(r *protoregistry.Registry) grpc.UnaryServerInterceptor
MethodTypeUnaryInterceptor returns a Unary Interceptor that records the method type of incoming RPC requests
func StreamErrorHandler ¶
func StreamErrorHandler(registry *protoregistry.Registry, errorTracker tracker.ErrorTracker, nodeStorage string) grpc.StreamClientInterceptor
StreamErrorHandler returns a client interceptor that will track accessor/mutator errors from internal gitaly nodes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.