Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GetNotifyWebhook (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/config/notify/parse.go

    			Key:   target.WebhookClientCert,
    			Value: "",
    		},
    		config.KV{
    			Key:   target.WebhookClientKey,
    			Value: "",
    		},
    	}
    )
    
    // GetNotifyWebhook - returns a map of registered notification 'webhook' targets
    func GetNotifyWebhook(webhookKVS map[string]config.KVS, transport *http.Transport) (
    	map[string]target.WebhookArgs, error,
    ) {
    	webhookTargets := make(map[string]target.WebhookArgs)
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 47.5K bytes
    - Click Count (0)
Back to Top