Versions in this module Expand all Collapse all v1 v1.0.0 Mar 2, 2023 Changes in this version + func GetNestedMethod(instance interface{}, methodName string) (interface{}, bool) + func GetPrivateFunc(m interface{}) (r interface{}) + func MakeAOP(funcName string, mockRender *StatementRender, m interface{}) (fun interface{}) + func MakeCall(ctx context.Context, funcName string, mockRender *StatementRender, ...) (fun interface{}) + func OverPassMakeCall(ctx context.Context, funcName string, mockRender *StatementRender, ...) (fun interface{}) + type StatementRender struct + AssertStatement []string + Imports []string + MockStatement []string + MonkeyOutputMap variablecard.MonkeyOutputMap + TestFuncCall []string + UsedMockFunc map[string]int