minio/pkg/event
Praveen raj Mani 78d116c487 Event persistence for MQTT (#7268)
- The events will be persisted in queueStore if `queueDir` is set.
- Else, if queueDir is not set events persist in memory.

The events are replayed back when the mqtt broker is back online.
2019-02-25 18:01:13 -08:00
..
target Event persistence for MQTT (#7268) 2019-02-25 18:01:13 -08:00
arn.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
arn_test.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
config.go Introduce staticcheck for stricter builds (#7035) 2019-02-13 18:29:36 +05:30
config_test.go Introduce staticcheck for stricter builds (#7035) 2019-02-13 18:29:36 +05:30
errors.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
event.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
name.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
name_test.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
rules.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
rules_test.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
rulesmap.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
rulesmap_test.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
targetid.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
targetid_test.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
targetidset.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
targetidset_test.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00
targetlist.go Lock the targetList properly in go-routines (#6838) 2018-11-21 21:25:54 +05:30
targetlist_test.go fix: Avoid more crashes due to concurrent map usage (#5912) 2018-05-09 15:11:51 -07:00