Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterceptorCache ¶
type InterceptorCache[TReq proto.Message, TRes proto.Message] struct { // contains filtered or unexported fields }
func NewCacheInterceptor ¶
func NewCacheInterceptor[TReq proto.Message, TRes proto.Message]() *InterceptorCache[TReq, TRes]
func (*InterceptorCache[TReq, TRes]) InterceptMethod ¶
func (s *InterceptorCache[TReq, TRes]) InterceptMethod(next *types.MethodInvocation[TReq, TRes]) *types.MethodInvocation[TReq, TRes]
Click to show internal directories.
Click to hide internal directories.