generateEventIDForAgent wraps webhookpub's id helper so this file doesn't need to import internal/webhookpub just for the constructor.
()
| 215 | // generateEventIDForAgent wraps webhookpub's id helper so this file |
| 216 | // doesn't need to import internal/webhookpub just for the constructor. |
| 217 | func generateEventIDForAgent() string { |
| 218 | return webhookpub.NewEvent("", "", nil).ID |
| 219 | } |
| 220 | |
| 221 | // --- helpers --- |
no test coverage detected