mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
Routing key was misspelled as routine key (#2430)
This commit is contained in:
parent
723153951c
commit
7829ccea2c
@ -218,7 +218,7 @@ type loggerV5 struct {
|
|||||||
Level string `json:"level"`
|
Level string `json:"level"`
|
||||||
URL string `json:"url"`
|
URL string `json:"url"`
|
||||||
Exchange string `json:"exchange"`
|
Exchange string `json:"exchange"`
|
||||||
RoutingKey string `json:"routineKey"`
|
RoutingKey string `json:"routingKey"`
|
||||||
ExchangeType string `json:"exchangeType"`
|
ExchangeType string `json:"exchangeType"`
|
||||||
Mandatory bool `json:"mandatory"`
|
Mandatory bool `json:"mandatory"`
|
||||||
Immediate bool `json:"immediate"`
|
Immediate bool `json:"immediate"`
|
||||||
|
@ -56,7 +56,7 @@ $ cat config.json
|
|||||||
"enable": false,
|
"enable": false,
|
||||||
"url": "",
|
"url": "",
|
||||||
"exchange": "",
|
"exchange": "",
|
||||||
"routineKey": "",
|
"routingKey": "",
|
||||||
"exchangeType": "",
|
"exchangeType": "",
|
||||||
"mandatory": false,
|
"mandatory": false,
|
||||||
"immediate": false,
|
"immediate": false,
|
||||||
|
@ -29,7 +29,7 @@ type amqpNotify struct {
|
|||||||
Enable bool `json:"enable"`
|
Enable bool `json:"enable"`
|
||||||
URL string `json:"url"`
|
URL string `json:"url"`
|
||||||
Exchange string `json:"exchange"`
|
Exchange string `json:"exchange"`
|
||||||
RoutingKey string `json:"routineKey"`
|
RoutingKey string `json:"routingKey"`
|
||||||
ExchangeType string `json:"exchangeType"`
|
ExchangeType string `json:"exchangeType"`
|
||||||
Mandatory bool `json:"mandatory"`
|
Mandatory bool `json:"mandatory"`
|
||||||
Immediate bool `json:"immediate"`
|
Immediate bool `json:"immediate"`
|
||||||
|
Loading…
Reference in New Issue
Block a user