Versions in this module Expand all Collapse all v0 v0.2.4 Sep 8, 2023 v0.2.3 Sep 8, 2023 Changes in this version + type InterceptorFunc func(next *MethodInvocation[TReq, TRes]) *MethodInvocation[TReq, TRes] + type MethodFunc func(context.Context, TReq) (TRes, error) + type MethodInvocation struct + Interceptors []InterceptorFunc[TReq, TRes] + Method MethodFunc[TReq, TRes] + MethodName string + ServiceName string