MCPcopy
hub / github.com/grafana/dskit / RingMock

Struct RingMock

ring/util_test.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type RingMock struct {
19 mock.Mock
20}
21
22func (r *RingMock) Collect(_ chan<- prometheus.Metric) {}
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected