Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNotifyWebhook (0.13 sec)

  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)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 47K bytes
    - Viewed (0)
Back to top