collector

This commit is contained in:
insanity@loafle.com 2017-05-11 18:58:10 +09:00
parent f873855286
commit f980983015

View File

@ -106,5 +106,5 @@ func (c *Collector) cleanObserver(ach chan interface{}, rch chan interface{}) {
}
func (c *Collector) notifyData(data interface{}) {
observer.Notify(messages.CLT_DATA_SEND, data)
observer.Notify(messages.QUEUE_DATA, data)
}