Searched defs:statsT (Results 1 – 1 of 1) sorted by relevance
124 type statsT struct { struct125 mu sync.Mutex126 data map[string]statsData133 func (s *statsT) add(name, v string, t time.Time) {