MCPcopy
hub / github.com/gogf/gf / localUpDownCounter

Struct localUpDownCounter

os/gmetric/gmetric_meter_updown_counter.go:10–15  ·  view source on GitHub ↗

localUpDownCounter is the local implements for interface UpDownCounter.

Source from the content-addressed store, hash-verified

8
9// localUpDownCounter is the local implements for interface UpDownCounter.
10type localUpDownCounter struct {
11 Metric
12 MeterOption
13 MetricOption
14 UpDownCounterPerformer
15}
16
17var (
18 // Check the implements for interface MetricInitializer.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected