| 196 | } |
| 197 | |
| 198 | type AnyPostProcessor struct { |
| 199 | mock.Mock |
| 200 | } |
| 201 | |
| 202 | func (a *AnyPostProcessor) ProcessAfterInit(ctx context.Context, instance any) (any, error) { |
| 203 | result := a.Called(ctx, instance) |
nothing calls this directly
no outgoing calls
no test coverage detected