collector
This commit is contained in:
parent
f873855286
commit
f980983015
|
@ -106,5 +106,5 @@ func (c *Collector) cleanObserver(ach chan interface{}, rch chan interface{}) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Collector) notifyData(data interface{}) {
|
func (c *Collector) notifyData(data interface{}) {
|
||||||
observer.Notify(messages.CLT_DATA_SEND, data)
|
observer.Notify(messages.QUEUE_DATA, data)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user