ProcessBeforeInit is called before the Init method. Allows modification or validation of the instance before initialization.
(ctx context.Context, instance any)
| 29 | // ProcessBeforeInit is called before the Init method. |
| 30 | // Allows modification or validation of the instance before initialization. |
| 31 | ProcessBeforeInit(ctx context.Context, instance any) (any, error) |
| 32 | } |
| 33 | |
| 34 | // PostProcessor defines logic that runs after a component is initialized. |
no outgoing calls
no test coverage detected