Versions in this module Expand all Collapse all v2 v2.0.7 Sep 17, 2021 v2.0.6 Sep 16, 2021 Changes in this version + func Invoke(methodDesc *MethodDescriptor, ctx *ctx.RootContext, args []interface{}) []reflect.Value + func ReturnWithError(methodDesc *MethodDescriptor, err error) []reflect.Value + func SuiteContext(ctx context.Context, methodDesc *MethodDescriptor) reflect.Value + type MethodDescriptor struct + ArgsNum int + ArgsType []reflect.Type + CallerValue reflect.Value + CtxType reflect.Type + Method reflect.Method + ReturnValuesNum int + ReturnValuesType []reflect.Type + func Register(service interface{}, methodName string) *MethodDescriptor + type ServiceDescriptor struct + Methods sync.Map + Name string + ReflectType reflect.Type + ReflectValue reflect.Value