1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 21:14:14 -04:00

3 Commits

Author SHA1 Message Date
Harshavardhana
1b4bb94ac4 config: setter/getter for Notifier and Logger into its own struct. ()
This is an attempt cleanup code and keep the top level config
functions simpler and easy to understand where as move the
notifier related code and logger setter/getter methods as part
of their own struct.

Locks are now held properly not globally by configMutex, but
instead as private variables.

Final fix for 
2017-02-09 15:20:54 -08:00
Anis Elleuch
f24753812a nats: Add support of NATS.io Streaming server () 2017-01-11 16:41:05 -08:00
Anis Elleuch
1e6afac3bd Add NATS notifier () 2016-09-29 23:42:10 -07:00