minio/pkg/event/target
Anis Elleuch 9439dfef64 Use defer style to stop tickers to avoid current/possible misuse (#5883)
This commit ensures that all tickers are stopped using defer ticker.Stop()
style. This will also fix one bug seen when a client starts to listen to
event notifications and that case will result a leak in tickers.
2018-05-04 10:43:20 -07:00
..
amqp.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
elasticsearch.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
httpclient.go Use defer style to stop tickers to avoid current/possible misuse (#5883) 2018-05-04 10:43:20 -07:00
kafka.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
mqtt.go Use paho configuration API instead of setting it directly with struct initializer. (#5707) 2018-03-26 16:45:21 -07:00
mysql.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
nats.go Remove panic() and handle it appropriately (#5807) 2018-04-19 17:24:43 -07:00
postgresql.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
redis.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
webhook.go event/target/webhook: treat all 2xx as success. (#5792) 2018-04-10 17:45:54 -07:00