Versions in this module Expand all Collapse all v0 v0.0.11 Feb 5, 2024 v0.0.8 Dec 7, 2023 Changes in this version + type ConsulInfo struct + Addresses []string + DC string + Token string + type ServiceState struct + Data []consulapi.ServiceEntry + Index uint64 + type StateChangeMsg struct + DC string + Index uint64 + Service string + type StateWait struct + func NewStateWait() *StateWait + func (sw *StateWait) GetOrCreateItem(dc, svcName string) chan struct{} + func (sw *StateWait) Notify(dc, svcName string)