fleaz / CptHook

Receive webhooks from different applications and post them to IRC channels
MIT License
17 stars 8 forks source link

Remove webhook parsing code by using librarys #58

Open fleaz opened 3 years ago

fleaz commented 3 years ago

By using e.g. https://github.com/prometheus/alertmanager/template and https://github.com/xanzy/go-gitlab we could bring the size of the prometheus and gitlab input modules down by a huge bit, because we don't have to define all the structs our self.