(string, cluster.State, prometheus.Registerer)
| 151 | // State helps with replication and synchronization of notifications and silences across several alertmanager replicas. |
| 152 | type State interface { |
| 153 | AddState(string, cluster.State, prometheus.Registerer) cluster.ClusterChannel |
| 154 | Position() int |
| 155 | WaitReady(context.Context) error |
| 156 | } |
no outgoing calls