Versions in this module Expand all Collapse all v0 v0.2.1 Aug 15, 2017 v0.2.0 Jun 18, 2017 Changes in this version + var ItemMap = nmap.NewSafeMap() + func AddItem(key string, val *DataItem) + func CollectDataOnce() int + func RemoveItem(key string) + func Start() + func StartCollectorCron() + type DataItem struct + FStatus string + FTs int64 + Ts int64 + Value float64 + func GetFirstItem(key string) (*DataItem, bool) + func NewDataItem(ts int64, val float64, fstatus string, fts int64) *DataItem + func (this *DataItem) String() string