MetricsValuesCount metricsValuesCount
| 49 | |
| 50 | //MetricsValuesCount metricsValuesCount |
| 51 | type MetricsValuesCount struct { |
| 52 | values map[string]int64 |
| 53 | locker sync.Mutex |
| 54 | } |
| 55 | |
| 56 | //NewMetricsValuesCount new metricsValuesCount |
| 57 | func NewMetricsValuesCount() *MetricsValuesCount { |
nothing calls this directly
no outgoing calls
no test coverage detected