7 lines
79 B
Go
7 lines
79 B
Go
package metrics
|
|
|
|
import "sync"
|
|
|
|
var TimerStart sync.Map
|
|
var TimerAuth sync.Map
|