minio/pkg/event/target
ebozduman f16bfda2f2 Remove panic() and handle it appropriately (#5807)
This is an effort to remove panic from the source. 
Add a new call called CriticialIf, that calls LogIf and exits. 
Replace panics with one of CriticalIf, FatalIf and a return of error.
2018-04-19 17:24:43 -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 Remove panic() and handle it appropriately (#5807) 2018-04-19 17:24:43 -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