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

Struct localCounter

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

localCounter is the local implements for interface Counter.

Source from the content-addressed store, hash-verified

8
9// localCounter is the local implements for interface Counter.
10type localCounter struct {
11 Metric
12 MeterOption
13 MetricOption
14 CounterPerformer
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