Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterceptorFunc ¶
type InterceptorFunc[TReq proto.Message, TRes proto.Message] func(next *MethodInvocation[TReq, TRes]) *MethodInvocation[TReq, TRes]
type MethodFunc ¶
type MethodInvocation ¶
type MethodInvocation[TReq proto.Message, TRes proto.Message] struct { Interceptors []InterceptorFunc[TReq, TRes] Method MethodFunc[TReq, TRes] ServiceName string MethodName string }
Click to show internal directories.
Click to hide internal directories.