Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GetNotifyNATS (0.05 seconds)

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

  1. internal/config/notify/parse.go

    		config.KV{
    			Key:   target.NATSQueueDir,
    			Value: "",
    		},
    		config.KV{
    			Key:   target.NATSQueueLimit,
    			Value: "0",
    		},
    	}
    )
    
    // GetNotifyNATS - returns a map of registered notification 'nats' targets
    func GetNotifyNATS(natsKVS map[string]config.KVS, rootCAs *x509.CertPool) (map[string]target.NATSArgs, error) {
    	natsTargets := make(map[string]target.NATSArgs)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 47.5K bytes
    - Click Count (0)
Back to Top