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

Struct LeaveOnStoppingDelegate

ring/basic_lifecycler_delegates.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type LeaveOnStoppingDelegate struct {
13 next BasicLifecyclerDelegate
14 logger log.Logger
15}
16
17func NewLeaveOnStoppingDelegate(next BasicLifecyclerDelegate, logger log.Logger) *LeaveOnStoppingDelegate {
18 return &LeaveOnStoppingDelegate{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected