# Variables
mock结构体字段名称后缀.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Proxy 在层间依赖调用时插入钩子调用,类似AOP.
# Type aliases
No description provided by the author
No description provided by the author
CtxFunc 对于method: func(string, int) (int, error) f := method.(func(string, int) (int, error)) a1 := args[0].(string) a2 := args[1].(int) r1, r2 := f(a1, a2) res = append(res, r1, r2).