ProcessAfterInit is called after the Init method. Allows additional configuration or enhancement of the instance.
(ctx context.Context, instance any)
| 36 | // ProcessAfterInit is called after the Init method. |
| 37 | // Allows additional configuration or enhancement of the instance. |
| 38 | ProcessAfterInit(ctx context.Context, instance any) (any, error) |
| 39 | } |
| 40 | |
| 41 | // Finalizer can be implemented by components that need to release resources or clean up during shutdown. |
no outgoing calls
no test coverage detected