This request proposes adding support for custom webhooks and replacing the current dependency on the Echo framework with native HTTP functionality.
In internal/manager/webhook_manager.go
Benefits:
- Flexibility: Supporting custom webhooks will allow users to integrate the system with a wider variety of services.
- Reduced Dependencies: Replacing Echo with native HTTP can simplify the project and reduce potential security and maintenance concerns associated with external libraries.
This request proposes adding support for custom webhooks and replacing the current dependency on the Echo framework with native HTTP functionality.
In internal/manager/webhook_manager.go
Benefits: