localCounter is the local implements for interface Counter.
| 8 | |
| 9 | // localCounter is the local implements for interface Counter. |
| 10 | type localCounter struct { |
| 11 | Metric |
| 12 | MeterOption |
| 13 | MetricOption |
| 14 | CounterPerformer |
| 15 | } |
| 16 | |
| 17 | var ( |
| 18 | // Check the implements for interface MetricInitializer. |
nothing calls this directly
no outgoing calls
no test coverage detected