Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNotifyAMQP (0.11 sec)

  1. internal/config/notify/parse.go

    			Key:   target.AmqpQueueLimit,
    			Value: "0",
    		},
    		config.KV{
    			Key:   target.AmqpQueueDir,
    			Value: "",
    		},
    	}
    )
    
    // GetNotifyAMQP - returns a map of registered notification 'amqp' targets
    func GetNotifyAMQP(amqpKVS map[string]config.KVS) (map[string]target.AMQPArgs, error) {
    	amqpTargets := make(map[string]target.AMQPArgs)
    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