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

Method State

services/service.go:83–83  ·  view source on GitHub ↗

State returns current state of the service.

()

Source from the content-addressed store, hash-verified

81
82 // State returns current state of the service.
83 State() State
84
85 // AddListener adds listener to this service. Listener will be notified on subsequent state transitions
86 // of the service. Previous state transitions are not replayed, so it is suggested to add listeners before

Implementers 2

BasicServiceservices/basic_service.go
mockServicegrpcutil/health_check_test.go

Calls

no outgoing calls