# Functions
NewMockCounter creates a new mock instance.
NewMockGauge creates a new mock instance.
# Structs
MockCounter is a mock of Counter interface.
MockCounterMockRecorder is the mock recorder for MockCounter.
MockGauge is a mock of Gauge interface.
MockGaugeMockRecorder is the mock recorder for MockGauge.