Versions in this module Expand all Collapse all v0 v0.0.2 Mar 30, 2025 v0.0.1 Mar 28, 2025 Changes in this version + func Reset(patche *Patches) + func ResetAll(patches []*Patches) + type OutputCell = gomonkey.OutputCell + type Params = gomonkey.Params + type Patches = gomonkey.Patches + func ApplyFunc(target, double interface{}) *Patches + func ApplyFuncReturn(target interface{}, output ...interface{}) *Patches + func ApplyFuncSeq(target interface{}, outputs []OutputCell) *Patches + func ApplyFuncVar(target, double interface{}) *Patches + func ApplyFuncVarReturn(target interface{}, output ...interface{}) *Patches + func ApplyFuncVarSeq(target interface{}, outputs []OutputCell) *Patches + func ApplyGlobalVar(target, double interface{}) *Patches + func ApplyMethod(target interface{}, methodName string, double interface{}) *Patches + func ApplyMethodFunc(target interface{}, methodName string, doubleFunc interface{}) *Patches + func ApplyMethodReturn(target interface{}, methodName string, output ...interface{}) *Patches + func ApplyMethodSeq(target interface{}, methodName string, outputs []OutputCell) *Patches + func ApplyPrivateMethod(target interface{}, methodName string, double interface{}) *Patches