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

Function NewFailureWatcher

services/failure_watcher.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func NewFailureWatcher() *FailureWatcher {
23 return &FailureWatcher{ch: make(chan error)}
24}
25
26// Chan returns channel for this watcher. If watcher is nil, returns nil channel.
27// Errors returned on the channel include failure case and service description.

Callers 5

NewKVInitServiceFunction · 0.92
NewRingFunction · 0.92

Calls

no outgoing calls

Tested by 3