Documentation ¶
Index ¶
- type Client
- func (_m *Client) AddCounter(scope int, counter int, delta int64)
- func (_m *Client) IncCounter(scope int, counter int)
- func (_m *Client) RecordTimer(scope int, timer int, d time.Duration)
- func (_m *Client) StartTimer(scope int, timer int) tally.Stopwatch
- func (_m *Client) Tagged(tags map[string]string) metrics.Client
- func (_m *Client) UpdateGauge(scope int, gauge int, value float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func (*Client) AddCounter ¶
AddCounter provides a mock function with given fields: scope, counter, delta
func (*Client) IncCounter ¶
IncCounter provides a mock function with given fields: scope, counter
func (*Client) RecordTimer ¶
RecordTimer provides a mock function with given fields: scope, timer, d
func (*Client) StartTimer ¶
StartTimer provides a mock function with given fields: scope, timer
Click to show internal directories.
Click to hide internal directories.