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

Function serviceThatDoesntDoAnything

services/manager_test.go:297–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295}
296
297func serviceThatDoesntDoAnything() Service {
298 // but respects StopAsync and stops.
299 return NewIdleService(nil, nil)
300}
301
302type gatheringManagerListener struct {
303 Service

Calls 1

NewIdleServiceFunction · 0.85

Tested by

no test coverage detected