MCPcopy
hub / github.com/fatedier/frp / serverMetrics

Struct serverMetrics

pkg/metrics/mem/server.go:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type serverMetrics struct {
42 info *ServerStatistics
43 clock clock.WithTicker
44 mu sync.Mutex
45}
46
47func newServerMetrics() *serverMetrics {
48 return newServerMetricsWithClock(clock.RealClock{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected