mirror of
https://github.com/minio/minio.git
synced 2024-12-25 14:45:54 -05:00
f16bfda2f2
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. |
||
---|---|---|
.. | ||
amqp.go | ||
elasticsearch.go | ||
httpclient.go | ||
kafka.go | ||
mqtt.go | ||
mysql.go | ||
nats.go | ||
postgresql.go | ||
redis.go | ||
webhook.go |