Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNotifyNSQ (0.12 sec)

  1. internal/config/notify/parse.go

    		config.KV{
    			Key:   target.NSQQueueDir,
    			Value: "",
    		},
    		config.KV{
    			Key:   target.NSQQueueLimit,
    			Value: "0",
    		},
    	}
    )
    
    // GetNotifyNSQ - returns a map of registered notification 'nsq' targets
    func GetNotifyNSQ(nsqKVS map[string]config.KVS) (map[string]target.NSQArgs, error) {
    	nsqTargets := make(map[string]target.NSQArgs)
    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