mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-11 15:44:52 +08:00
commit
ff5db79ecf
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import (
|
|||
|
||||
var (
|
||||
metricsCacheMutex = &sync.RWMutex{}
|
||||
metricsCacheMap map[string]models.Metrics
|
||||
metricsCacheMap = make(map[string]models.Metrics)
|
||||
)
|
||||
|
||||
func getMetricsFromCache(key string) (metrics models.Metrics, ok bool) {
|
||||
|
|
Loading…
Add table
Reference in a new issue