GetWebhookServer returns webhook server if it's configured, or nil otherwise
()
| 102 | |
| 103 | // GetWebhookServer returns webhook server if it's configured, or nil otherwise |
| 104 | func GetWebhookServer() webhook.Server { |
| 105 | return webhookServer |
| 106 | } |
| 107 | |
| 108 | // IsSetUp returns true if webhook server is configured, or false otherwise |
| 109 | func IsSetUp() bool { |