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

Struct noopGate

gate/gate.go:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type noopGate struct{}
38
39func (noopGate) Start(context.Context) error { return nil }
40func (noopGate) Done() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected