| 182 | } |
| 183 | |
| 184 | type AnyPreProcessor struct { |
| 185 | mock.Mock |
| 186 | } |
| 187 | |
| 188 | func (a *AnyPreProcessor) ProcessBeforeInit(ctx context.Context, instance any) (any, error) { |
| 189 | result := a.Called(ctx, instance) |
nothing calls this directly
no outgoing calls
no test coverage detected