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

Struct dummyHandler

server/server_test.go:1046–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044}
1045
1046type dummyHandler struct {
1047 quit chan struct{}
1048}
1049
1050func (dh dummyHandler) Loop() {
1051 <-dh.quit

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected