Versions in this module Expand all Collapse all v1 v1.0.0 Mar 2, 2023 Changes in this version + func BasicPtrReNameToString(ctx context.Context, t reflect.Type, v reflect.Value, typeName string) string + func BasicPtrToString(ctx context.Context, t reflect.Type, v reflect.Value) string + func MapElementToString(ctx context.Context, v reflect.Value) string + func NewFunctionParam(t reflect.Type) reflect.Value + func ParameterToString(ctx context.Context, t reflect.Type, v reflect.Value) string + func SafeSet(f reflect.Value, ctx context.Context, found bool, fake interface{}) + func SliceElementToString(ctx context.Context, v reflect.Value) string + func StructFieldToString(ctx context.Context, v reflect.Value) string + func ValueToString(ctx context.Context, v reflect.Value) (code string) + func VariableMutate(ctx context.Context, t reflect.Type, v reflect.Value) (mutate reflect.Value) + type InputVariadic struct + IsVariadic bool + IsVariadicParam bool + type MocksRecord []string + type MonkeyOutputMap map[string]string + type SpecialValue interface + ValueToCode func() string